wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="bchunk"
4 VERSION="1.2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://he.fi/$PACKAGE"
10 WGET_URL="$WEB_SITE/$TARBALL"
11 TAGS="convert CD bin cue iso"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp $src/bchunk $fs/usr/bin
25 }