wok view asunder/receipt @ rev 181

UP : asunder (1.0.2) + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 04 23:41:18 2008 +0100 (2008-02-04)
parents 16e4ef87e466
children c1ba24889104
line source
1 # SliTaz package receipt.
3 PACKAGE="asunder"
4 VERSION="1.0.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTK light CD ripper."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libcddb cdparanoia-III"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://littlesvr.ca/asunder/"
11 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --prefix=/usr \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 strip -s $fs/usr/bin/*
30 }