wok view bchunk/receipt @ rev 21134

Update rawstudio for exiv2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 21 14:53:30 2019 +0100 (2019-03-21)
parents 11b5e93cb5f2
children 626c3828c08f
line source
1 # SliTaz package receipt.
3 PACKAGE="bchunk"
4 VERSION="1.2.2"
5 CATEGORY="misc"
6 TAGS="convert CD bin cue iso"
7 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://he.fi/bchunk"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 make
20 cook_pick_manpages bchunk.1
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/bchunk $fs/usr/bin
28 }