wok-current annotate bchunk/receipt @ rev 22993
updated laptop-mode-tools (1.72.2 -> 1.73.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 02 13:55:41 2020 +0100 (2020-03-02) |
parents | 9a03062c660f |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
pascal@4047 | 1 # SliTaz package receipt. |
pascal@4047 | 2 |
pascal@4047 | 3 PACKAGE="bchunk" |
Hans-G?nter@20742 | 4 VERSION="1.2.2" |
pascal@4047 | 5 CATEGORY="misc" |
Hans-G?nter@20742 | 6 TAGS="convert CD bin cue iso" |
pascal@4047 | 7 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'." |
pascal@4047 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15482 | 9 LICENSE="GPL2" |
pascal@21506 | 10 WEB_SITE="https://github.com/hessu/bchunk" |
Hans-G?nter@20742 | 11 |
pascal@4047 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@4047 | 13 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@4047 | 14 |
pascal@4047 | 15 # Rules to configure and make the package. |
pascal@4047 | 16 compile_rules() |
pascal@4047 | 17 { |
pascal@4047 | 18 make |
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 } |