wok view bchunk/receipt @ rev 18699

Up firefox-official* (43.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 02:02:53 2015 +0200 (2015-12-16)
parents 4273e906522b
children 11b5e93cb5f2
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://he.fi/$PACKAGE"
11 WGET_URL="$WEB_SITE/$TARBALL"
12 TAGS="convert CD bin cue iso"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp $src/bchunk $fs/usr/bin
26 }