wok view bchunk/receipt @ rev 13580

slitaz-base-files: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 05 21:05:18 2012 +0100 (2012-11-05)
parents f20247e26bdc
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="bchunk"
4 VERSION="1.2.0"
5 CATEGORY="misc"
6 SHORT_DESC="Converts a CD image in a '.bin / .cue' format to '.iso'."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://he.fi/$PACKAGE"
10 WGET_URL="$WEB_SITE/$TARBALL"
11 TAGS="convert CD bin cue iso"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp $src/bchunk $fs/usr/bin
25 }