wok diff bchunk/receipt @ rev 19859

tazweb: up to 1.12
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 18 15:33:58 2017 +0100 (2017-03-18)
parents 8d6f480bf664
children 9a03062c660f
line diff
     1.1 --- a/bchunk/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/bchunk/receipt	Sat Mar 18 15:33:58 2017 +0100
     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 -