wok annotate bchunk/receipt @ rev 9473

up:?tazwok 4.2.10
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Apr 04 03:17:26 2011 +0200 (2011-04-04)
parents f20247e26bdc
children 8d6f480bf664
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"
jozee@4932 11 TAGS="convert CD bin cue iso"
pascal@4047 12
pascal@4047 13 # Rules to configure and make the package.
pascal@4047 14 compile_rules()
pascal@4047 15 {
pascal@4047 16 cd $src
pascal@4047 17 make
pascal@4047 18 }
pascal@4047 19
pascal@4047 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4047 21 genpkg_rules()
pascal@4047 22 {
pascal@4047 23 mkdir -p $fs/usr/bin
pascal@4047 24 cp $src/bchunk $fs/usr/bin
pascal@4047 25 }
pascal@4047 26