wok view syslinux-tools/receipt @ rev 13721

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
parents ed7d51c1b0dc
children a26ba54f3ea7
line source
1 # SliTaz package receipt.
3 PACKAGE="syslinux-tools"
4 VERSION="4.06"
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 }