Added missing Id tags.
This commit is contained in:
parent
245d1c9c54
commit
93d32cfafb
8 changed files with 28 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
HOW TO ADD CUSTOM SCRIPTS TO THE JHALFS MAKEFILE
|
HOW TO ADD CUSTOM SCRIPTS TO THE JHALFS MAKEFILE
|
||||||
|
|
||||||
|
|
||||||
Normally JHALFS creates a Makefile containing only those scripts found in
|
Normally JHALFS creates a Makefile containing only those scripts found in
|
||||||
the {B,C,H}LFS books. An automated construction tool cannot predict the
|
the {B,C,H}LFS books. An automated construction tool cannot predict the
|
||||||
|
@ -52,8 +55,8 @@ configuration file which enables/disables the inclusion of personal scripts.
|
||||||
If a package requires a bootscript to be installed add the cmd to this
|
If a package requires a bootscript to be installed add the cmd to this
|
||||||
file and NOT in the package script. The gpm script is included as an
|
file and NOT in the package script. The gpm script is included as an
|
||||||
example of multiple patch files and the need for a blfs bootscript.
|
example of multiple patch files and the need for a blfs bootscript.
|
||||||
|
|
||||||
RUNNING:::
|
RUNNING:::
|
||||||
Although your scripts are added to the generated makefile they are not
|
Although your scripts are added to the generated makefile they are not
|
||||||
automatically built. You must tell the makefile to build the tools with
|
automatically built. You must tell the makefile to build the tools with
|
||||||
the cmd
|
the cmd
|
||||||
|
@ -61,8 +64,8 @@ configuration file which enables/disables the inclusion of personal scripts.
|
||||||
|
|
||||||
:::FINAL COMMENT:::
|
:::FINAL COMMENT:::
|
||||||
This feature was added so users could build the packages necessary to access
|
This feature was added so users could build the packages necessary to access
|
||||||
the internet and was not intended to replace the BLFS install system.
|
the internet and was not intended to replace the BLFS install system.
|
||||||
|
|
||||||
|
|
||||||
#--------- GLIB example -----------
|
#--------- GLIB example -----------
|
||||||
|
|
||||||
|
@ -71,7 +74,7 @@ configuration file which enables/disables the inclusion of personal scripts.
|
||||||
# Create a file in the custom/config directory
|
# Create a file in the custom/config directory
|
||||||
# Populate the file using the following script as an example
|
# Populate the file using the following script as an example
|
||||||
#
|
#
|
||||||
|
|
||||||
PKG="glib"
|
PKG="glib"
|
||||||
PKG_VERSION="1.2.10"
|
PKG_VERSION="1.2.10"
|
||||||
PKG_FILE="glib-1.2.10.tar.gz"
|
PKG_FILE="glib-1.2.10.tar.gz"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
#----------------------------------#
|
#----------------------------------#
|
||||||
add_CustomTools() { # Add any users supplied scripts
|
add_CustomTools() { # Add any users supplied scripts
|
||||||
#----------------------------------#
|
#----------------------------------#
|
||||||
|
@ -58,7 +60,6 @@ set -e
|
||||||
|
|
||||||
cd \$PKGDIR
|
cd \$PKGDIR
|
||||||
`cat tmp`
|
`cat tmp`
|
||||||
|
|
||||||
exit
|
exit
|
||||||
xEOFx
|
xEOFx
|
||||||
) > custom-commands/scripts/$THIS_SCRIPT
|
) > custom-commands/scripts/$THIS_SCRIPT
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
PKG="bc"
|
PKG="bc"
|
||||||
PKG_VERSION="1.06"
|
PKG_VERSION="1.06"
|
||||||
PKG_FILE="bc-1.06.tar.gz"
|
PKG_FILE="bc-1.06.tar.gz"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
PKG="glib"
|
PKG="glib"
|
||||||
PKG_VERSION="1.2.10"
|
PKG_VERSION="1.2.10"
|
||||||
PKG_FILE="glib-1.2.10.tar.gz"
|
PKG_FILE="glib-1.2.10.tar.gz"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
PKG="mc"
|
PKG="mc"
|
||||||
PKG_VERSION="4.6.1"
|
PKG_VERSION="4.6.1"
|
||||||
PKG_FILE="mc-4.6.1.tar.gz"
|
PKG_FILE="mc-4.6.1.tar.gz"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
PKG="gpm"
|
PKG="gpm"
|
||||||
PKG_VERSION="1.20.1"
|
PKG_VERSION="1.20.1"
|
||||||
PKG_FILE="gpm-1.20.1.tar.bz2"
|
PKG_FILE="gpm-1.20.1.tar.bz2"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
PKG="blfs-bootscripts"
|
PKG="blfs-bootscripts"
|
||||||
PKG_VERSION="20060910"
|
PKG_VERSION="20060910"
|
||||||
PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2"
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
#
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
# Any comments you wish to add
|
# Any comments you wish to add
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Reference in a new issue