wok diff syslinux-modules/receipt @ rev 1805

php-*: restart web server during reconfigure
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 02 14:48:36 2008 +0000 (2008-12-02)
parents
children 76990ad741d7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/syslinux-modules/receipt	Tue Dec 02 14:48:36 2008 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="syslinux-modules"
     1.7 +VERSION="3.72"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="C32 modules for syslinux"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="syslinux"
    1.12 +WEB_SITE="http://syslinux.zytor.com/"
    1.13 +BUILD_DEPENDS="lzma"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +    mkdir -p $fs/usr/share/boot
    1.19 +    for i in mboot sanboot chain elf reboot ifcpu64 linux sdi menu vesamenu; do
    1.20 +    	lzma e $src/com32/*/$i.c32 $fs/usr/share/boot/$i.c32.lzma 2> /dev/null
    1.21 +    done
    1.22 +}