wok view asunder/receipt @ rev 2511

QtDesigner-bluefish: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 16 15:53:02 2009 +0000 (2009-03-16)
parents 9a5f4594d87f
children c616ce6b7873
line source
1 # SliTaz package receipt.
3 PACKAGE="asunder"
4 VERSION="1.6.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTK light CD ripper."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libcddb cdparanoia-III xorg-libXdamage"
9 BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev libcddb glib-dev"
10 SUGGESTED="lame flac"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://littlesvr.ca/asunder/"
13 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }