wok-next diff bchunk/receipt @ rev 20454
Choose between libpng16 and libpng12
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 28 17:32:31 2018 +0200 (2018-02-28) |
parents | 8d6f480bf664 |
children | 65f5c0b7dcd4 |
line diff
1.1 --- a/bchunk/receipt Sun Nov 10 17:13:06 2013 +0000 1.2 +++ b/bchunk/receipt Wed Feb 28 17:32:31 2018 +0200 1.3 @@ -6,16 +6,17 @@ 1.4 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://he.fi/bchunk" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://he.fi/$PACKAGE" 1.10 WGET_URL="$WEB_SITE/$TARBALL" 1.11 TAGS="convert CD bin cue iso" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 make 1.18 + 1.19 + cook_pick_manpages bchunk.1 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 @@ -24,4 +25,3 @@ 1.24 mkdir -p $fs/usr/bin 1.25 cp $src/bchunk $fs/usr/bin 1.26 } 1.27 -