wok-next view bchunk/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }