wok-next view bchunk/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 11b5e93cb5f2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bchunk"
4 VERSION="1.2.2"
5 CATEGORY="misc"
6 SHORT_DESC="CD image converter from .bin/.cue to .iso/.cdr/.wav"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://he.fi/bchunk/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
14 compile_rules() {
15 make || return 1
16 install -Dm755 bchunk $install/usr/bin/bchunk
18 cook_pick_manpages bchunk.1
19 cook_pick_docs README ChangeLog
20 }
22 genpkg_rules() {
23 copy @std
24 TAGS="convert CD bin cue iso"
25 }