wok-next annotate 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
rev   line source
al@20960 1 # SliTaz package receipt v2.
pascal@4047 2
pascal@4047 3 PACKAGE="bchunk"
al@20960 4 VERSION="1.2.2"
pascal@4047 5 CATEGORY="misc"
al@20960 6 SHORT_DESC="CD image converter from .bin/.cue to .iso/.cdr/.wav"
pascal@4047 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="GPL2"
al@20960 9 WEB_SITE="http://he.fi/bchunk/"
al@20960 10
pascal@4047 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20960 12 WGET_URL="$WEB_SITE$TARBALL"
pascal@4047 13
al@20960 14 compile_rules() {
al@20960 15 make || return 1
al@20960 16 install -Dm755 bchunk $install/usr/bin/bchunk
al@19275 17
al@19275 18 cook_pick_manpages bchunk.1
al@20960 19 cook_pick_docs README ChangeLog
pascal@4047 20 }
pascal@4047 21
al@20960 22 genpkg_rules() {
al@20960 23 copy @std
al@20960 24 TAGS="convert CD bin cue iso"
pascal@4047 25 }