wok-stable diff gpxe/receipt @ rev 3873
add: virtualenv
author | Julien Rabier <taziden@slitaz.org> |
---|---|
date | Mon Aug 10 01:36:29 2009 +0000 (2009-08-10) |
parents | 40049921ce2b |
children | 33a68ba04eb6 |
line diff
1.1 --- a/gpxe/receipt Sun Mar 01 22:17:59 2009 +0000 1.2 +++ b/gpxe/receipt Mon Aug 10 01:36:29 2009 +0000 1.3 @@ -8,6 +8,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.etherboot.org/" 1.6 WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL" 1.7 +BUILD_DEPENDS="perl" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -29,8 +30,8 @@ 1.12 cp $src/src/bin/gpxe.lkrn $fs/boot/gpxe 1.13 # install 255 bytes of forced url at offset 519 1.14 echo -n "\ 1.15 -http://boot.slitaz.org/pxe/pxelinux.0,\ 1.16 http://mirror.slitaz.org/pxe/pxelinux.0,\ 1.17 +http://www.linuxembarque.com/slitaz/mirror/pxe/pxelinux.0,\ 1.18 http://download.tuxfamily.org/slitaz/pxe/pxelinux.0" | cat - /dev/zero | \ 1.19 dd bs=1 seek=519 count=255 conv=notrunc of=$fs/boot/gpxe 1.20 # Package all gpxe pkgs