wok view bchunk/receipt @ rev 15482

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 17:13:06 2013 +0000 (2013-11-10)
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 }