wok-current view asunder/receipt @ rev 5315
Up: emacs-pkg-lua-mode (2010-04-04)
| author | Dominique Corbex <domcox@slitaz.org> | 
|---|---|
| date | Wed Apr 21 18:25:39 2010 +0200 (2010-04-21) | 
| parents | c616ce6b7873 | 
| children | 69ae18996fbf | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="asunder"
     4 VERSION="1.9"
     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"
    14 TAGS="audio rip"
    16 # Rules to configure and make the package.
    17 compile_rules()
    18 {
    19 	cd $src
    20 	./configure \
    21 		--prefix=/usr \
    22 		$CONFIGURE_ARGS &&
    23 	make &&
    24 	make DESTDIR=$PWD/_pkg install
    25 }
    27 # Rules to gen a SliTaz package suitable for Tazpkg.
    28 genpkg_rules()
    29 {
    30 	mkdir -p $fs/usr
    31 	cp -a $_pkg/usr/bin $fs/usr
    32 }