wok-4.x annotate bchunk/receipt @ rev 4087
Add: splint
author | Liu Peng <rocky@slitaz.org> |
---|---|
date | Wed Sep 16 05:42:53 2009 +0000 (2009-09-16) |
parents | |
children | 4273e906522b |
rev | line source |
---|---|
pascal@4047 | 1 # SliTaz package receipt. |
pascal@4047 | 2 |
pascal@4047 | 3 PACKAGE="bchunk" |
pascal@4047 | 4 VERSION="1.2.0" |
pascal@4047 | 5 CATEGORY="misc" |
pascal@4047 | 6 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." |
pascal@4047 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@4047 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@4047 | 9 WEB_SITE="http://he.fi/$PACKAGE" |
pascal@4047 | 10 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@4047 | 11 |
pascal@4047 | 12 # Rules to configure and make the package. |
pascal@4047 | 13 compile_rules() |
pascal@4047 | 14 { |
pascal@4047 | 15 cd $src |
pascal@4047 | 16 make |
pascal@4047 | 17 } |
pascal@4047 | 18 |
pascal@4047 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4047 | 20 genpkg_rules() |
pascal@4047 | 21 { |
pascal@4047 | 22 mkdir -p $fs/usr/bin |
pascal@4047 | 23 cp $src/bchunk $fs/usr/bin |
pascal@4047 | 24 } |
pascal@4047 | 25 |