wok view bchunk/receipt @ rev 5413

Up: gajim (0.13.4) + build fix
author Alexander Medvedev <devl547@gmail.com>
date Mon May 03 19:48:47 2010 +0000 (2010-05-03)
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 }