wok view bchunk/receipt @ rev 21079

jabberd2: removed modification of util/log.c
author Hans-G?nter Theisgen
date Fri Mar 15 12:52:51 2019 +0100 (2019-03-15)
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 }