wok-stable view syslinux-tools/receipt @ rev 6914

Added xz to busybox. Doesn't change size of busybox. This is show we can use tar.xz compress for tazpkg files if we want to. Added pre_install and post_remove functions to xz receipt.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 21 23:49:16 2010 +0000 (2010-10-21)
parents d5f670b08670
children 7498c29561bc
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-tools"
4 VERSION="4.02"
5 CATEGORY="system-tools"
6 SHORT_DESC="Misc perl tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="syslinux"
9 WEB_SITE="http://syslinux.zytor.com/"
10 DEPENDS="perl"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 for i in keytab-lilo lss16toppm ppmtolss16 mkdiskimage \
17 syslinux2ansi isohybrid ; do
18 cp -a $src/utils/$i $fs/usr/bin
19 done
20 }