wok view asunder/receipt @ rev 1468

readline: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 11:54:45 2008 +0000 (2008-10-04)
parents 2c1d88dbdd53
children 3d99ecce2d4b
line source
1 # SliTaz package receipt.
3 PACKAGE="asunder"
4 VERSION="1.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTK light CD ripper."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libcddb cdparanoia-III"
9 BUILD_DEPENDS="pkg-config alsa-lib-dev libcddb-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://littlesvr.ca/asunder/"
12 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr
29 cp -a $_pkg/usr/bin $fs/usr
30 }