wok view bchunk/receipt @ rev 22360

libtorrent: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 21 11:46:03 2019 +0100 (2019-11-21)
parents 9a03062c660f
children 5ea0ce1cecc0
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="https://github.com/hessu/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
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 }