wok annotate asunder/receipt @ rev 11625

Up: git to 1.7.9.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 29 16:31:42 2012 -0500 (2012-01-29)
parents 8963fee11b90
children a2a779a6f0d1
rev   line source
pankso@83 1 # SliTaz package receipt.
pankso@83 2
pankso@83 3 PACKAGE="asunder"
erjo@11540 4 VERSION="2.1"
pankso@177 5 CATEGORY="multimedia"
pankso@83 6 SHORT_DESC="GTK light CD ripper."
pankso@83 7 MAINTAINER="pankso@slitaz.org"
pascal@2090 8 SUGGESTED="lame flac"
pankso@83 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@83 10 WEB_SITE="http://littlesvr.ca/asunder/"
pankso@83 11 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
jozee@3564 12 TAGS="audio rip"
pankso@83 13
pankso@9815 14 DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage"
pankso@9815 15 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \
pankso@9815 16 xorg-libXdamage-dev"
pankso@9815 17
pankso@83 18 # Rules to configure and make the package.
pankso@83 19 compile_rules()
pankso@83 20 {
pankso@83 21 cd $src
pankso@83 22 ./configure \
pankso@83 23 --prefix=/usr \
pascal@1465 24 $CONFIGURE_ARGS &&
pascal@1465 25 make &&
pankso@83 26 make DESTDIR=$PWD/_pkg install
pankso@83 27 }
pankso@83 28
pankso@83 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@83 30 genpkg_rules()
pankso@83 31 {
pascal@11622 32 mkdir -p $fs/usr/share/applications
pankso@83 33 cp -a $_pkg/usr/bin $fs/usr
pascal@11622 34 cp -a $stuff/asunder.desktop $fs/usr/share/applications
pankso@83 35 }