wok-next view syslinux-tools/receipt @ rev 8729

Fixed seamonkey. I had to disable-crashreporting in order for seamonkey to compile. I also didn't enabled cario cause its report by archlinux that 1.10 is buggy when enabled.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 19 04:39:56 2011 +0000 (2011-02-19)
parents 480ee8596aea
children 21732727ec37
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-tools"
4 VERSION="4.03"
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 }