wok view bchunk/receipt @ rev 19895

gvfs-obexftp: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 06 16:02:55 2017 +0200 (2017-04-06)
parents 8d6f480bf664
children 9a03062c660f
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 WEB_SITE="http://he.fi/bchunk"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
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 make
19 cook_pick_manpages bchunk.1
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/bchunk $fs/usr/bin
27 }