wok diff syslinux/receipt @ rev 4
Add 'syslinux' with default LiveCD config/help
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Dec 13 11:31:38 2007 +0100 (2007-12-13) |
parents | |
children | 1b8bb42d633d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/syslinux/receipt Thu Dec 13 11:31:38 2007 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="syslinux" 1.7 +VERSION="3.53" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="LiveCD ISO bootloader (isolinux)" 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://syslinux.zytor.com/" 1.13 +WGET_URL="ftp://ftp.kernel.org/pub/linux/boot/syslinux/$TARBALL" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/boot/isolinux 1.19 + cp -a $PACKAGE-$VERSION/isolinux.bin $fs/boot/isolinux 1.20 + cp stuff/*.txt $fs/boot/isolinux 1.21 + cp stuff/isolinux.* $fs/boot/isolinux 1.22 + cp stuff/splash.lss $fs/boot/isolinux 1.23 +}