wok annotate asunder/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 7896f0694ef6
children 4660dacfa5c4
rev   line source
pankso@83 1 # SliTaz package receipt.
pankso@83 2
pankso@83 3 PACKAGE="asunder"
devl547@16195 4 VERSION="2.5"
pankso@177 5 CATEGORY="multimedia"
pankso@83 6 SHORT_DESC="GTK light CD ripper."
pankso@83 7 MAINTAINER="pankso@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
pascal@2090 9 SUGGESTED="lame flac"
pankso@83 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@83 11 WEB_SITE="http://littlesvr.ca/asunder/"
pankso@83 12 WGET_URL="http://littlesvr.ca/asunder/releases/$TARBALL"
jozee@3564 13 TAGS="audio rip"
pankso@83 14
pascal@11627 15 DEPENDS="gtk+ libcddb alsa-lib cdparanoia-III xorg-libXdamage vorbis-tools"
pankso@9815 16 BUILD_DEPENDS="gtk+-dev alsa-lib-dev libcddb-dev cdparanoia-III-dev \
pankso@9815 17 xorg-libXdamage-dev"
pankso@9815 18
pankso@83 19 # Rules to configure and make the package.
pankso@83 20 compile_rules()
pankso@83 21 {
pankso@83 22 cd $src
pankso@83 23 ./configure \
pankso@83 24 --prefix=/usr \
pascal@1465 25 $CONFIGURE_ARGS &&
pascal@1465 26 make &&
slaxemulator@11643 27 make DESTDIR=$DESTDIR install
pankso@83 28 }
pankso@83 29
pankso@83 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@83 31 genpkg_rules()
pankso@83 32 {
slaxemulator@11643 33 mkdir -p $fs/usr
pascal@15002 34 cp -a $install/usr/bin $fs/usr
pankso@83 35 }