wok-stable view bchunk/receipt @ rev 6612

Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 09 19:37:19 2010 +0000 (2010-10-09)
parents f20247e26bdc
children
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 }