wok-4.x view syslinux-tools/receipt @ rev 5038
split firefox; add libfirefox
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Mar 03 15:11:46 2010 +0000 (2010-03-03) |
parents | 76990ad741d7 |
children | 480ee8596aea |
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-tools"
4 VERSION="3.82"
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 }