wok annotate bchunk/receipt @ rev 21364

updated linuxconsoletools (1.4.5 -> 1.6.0)
author Hans-G?nter Theisgen
date Sun Apr 21 16:43:33 2019 +0100 (2019-04-21)
parents 11b5e93cb5f2
children 626c3828c08f
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"
al@19275 10 WEB_SITE="http://he.fi/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
al@19275 20 cook_pick_manpages bchunk.1
pascal@4047 21 }
pascal@4047 22
pascal@4047 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4047 24 genpkg_rules()
pascal@4047 25 {
pascal@4047 26 mkdir -p $fs/usr/bin
pascal@4047 27 cp $src/bchunk $fs/usr/bin
pascal@4047 28 }