wok-6.x annotate bchunk/receipt @ rev 20705
xar: add WEB_SITE (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 06 10:00:41 2019 +0100 (2019-02-06) |
parents | 8d6f480bf664 |
children | 9a03062c660f |
rev | line source |
---|---|
pascal@4047 | 1 # SliTaz package receipt. |
pascal@4047 | 2 |
pascal@4047 | 3 PACKAGE="bchunk" |
pascal@4047 | 4 VERSION="1.2.0" |
pascal@4047 | 5 CATEGORY="misc" |
pascal@4047 | 6 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." |
pascal@4047 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15482 | 8 LICENSE="GPL2" |
al@19275 | 9 WEB_SITE="http://he.fi/bchunk" |
pascal@4047 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@4047 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
jozee@4932 | 12 TAGS="convert CD bin cue iso" |
pascal@4047 | 13 |
pascal@4047 | 14 # Rules to configure and make the package. |
pascal@4047 | 15 compile_rules() |
pascal@4047 | 16 { |
pascal@4047 | 17 make |
al@19275 | 18 |
al@19275 | 19 cook_pick_manpages bchunk.1 |
pascal@4047 | 20 } |
pascal@4047 | 21 |
pascal@4047 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4047 | 23 genpkg_rules() |
pascal@4047 | 24 { |
pascal@4047 | 25 mkdir -p $fs/usr/bin |
pascal@4047 | 26 cp $src/bchunk $fs/usr/bin |
pascal@4047 | 27 } |