wok view asunder/receipt @ rev 1339

slitaz-loram*: fix mount options for funionfs and cromfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 31 16:20:22 2008 +0000 (2008-08-31)
parents 41832070af28
children c1ff74d9b6f4
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 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 }