]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/Config
Hinzugefuegt:
[people/teissler/ipfire-2.x.git] / lfs / Config
index 940883e2db61b84017445d2cf34b655c8e9049a4..fe6149aab9ce33bc288d76c8fe51570d12f41f17 100644 (file)
@@ -21,8 +21,8 @@ URL_KERNEL  = http://www.kernel.org/pub
 URL_TUE     = ftp://ftp.win.tue.nl/pub
 URL_LFS_FTP = http://ftp.at.linuxfromscratch.org/pub/lfs/lfs-packages/5.1.1
 URL_LFS     = http://www.linuxfromscratch.org/patches/downloads
-URL_SFNET   = http://switch.dl.sourceforge.net/sourceforge
-URL_IPFIRE  = http://mirror.ipfire.org/source-packages
+URL_SFNET   = http://kent.dl.sourceforge.net/sourceforge
+URL_IPFIRE  = http://mirror.ipfire.org/source
 URL_IPCOP   = http://ipcop.ath.cx
 
 # Default compiler optimizations.
@@ -47,6 +47,7 @@ DIR_SRC = $(ROOT)/usr/src
 #
 DIR_DL      = $(LFS_BASEDIR)/cache
 DIR_CHK     = $(LFS_BASEDIR)/cache/check
+DIR_CONF    = $(LFS_BASEDIR)/config
 DIR_INFO    = $(LFS_BASEDIR)/log
 DIR_TMP     = /var/tmp
 
@@ -129,4 +130,9 @@ define MD5
        # error mean file signature don't match the one in lfs script
        [ "$($@_MD5)" = `md5sum $(DIR_DL)/$@ | awk '{ print $$1 }'` ]
        echo "$@ checksum OK"
+       echo "$@" >>$(DIR_INFO)/_build.packages-list.log
+endef
+
+define PAK
+       /usr/local/bin/packager $(PROG) $(VER) $(PAK_VER)
 endef