[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:misc:anatomy_of_a_slackbuild [2020/01/24 15:47 (UTC)] – [Anatomía de un Slackbuild] rrampes:howtos:misc:anatomy_of_a_slackbuild [2020/01/24 19:14 (UTC)] – [Anatomía de un Slackbuild] rramp
Línea 162: Línea 162:
 </code> </code>
  
-Before we go into this let me have look in my slackware file  system and see whats there at /tmp/SBo.Taking quick look at the image will give you a clue that the slackbuild worksby using the /tmp/SBo/ directory and creates a directory with the syntax package-packagename.So if we now have a look at the code above. CWD (current working directory is a  variable and is set to the value of pwd. If you run that in a terminal windowit will tell you where you in a bash context where you are working from.{{ howtos:misc:tmp_Sbo.gif }}+Antes de entrar en esto, déjame echar un vistazo mi sistema de archivos de Slackware y ver qué hay en /tmp/SBo.  
 +Echando un vistazo rápido la imagen te dará una pista de que el slackbuild funcionausando el directorio /tmp/SBo/ y crea un directorio con la sintaxis package-packagename. Así que si ahora echamos un vistazo al código anterior. 
 +CWD (directorio de trabajo actuales una variable y es configurada al valor de pwd. Si lo ejecutas en una ventana del terminal, te dirá dónde estás en un contexto bash desde el que estás trabajando. 
 +{{ howtos:misc:tmp_Sbo.gif }}
  
-TMP is going to be set to /tmp/SBo. +TMP se va a establecer en /tmp/SBo. 
-Now lets have look at +Ahora echemos un vistazo 
  
 <code> <code>
 es:howtos:misc:anatomy_of_a_slackbuild ()