wok-next view bchunk/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-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 }