wok diff decibel/receipt @ rev 10580

openerp-client: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 09:04:02 2011 +0200 (2011-05-26)
parents
children 47439c60021f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/decibel/receipt	Thu May 26 09:04:02 2011 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="decibel"
     1.7 +VERSION="1.06"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Decibel audio player for Gnome Desktop."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS="python gst-python python-notify pygtk dbus-python mutagen"
    1.12 +BUILD_DEPENDS="gettext"
    1.13 +SOURCE="$PACKAGE-audio-player"
    1.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://decibel.silent-blade.org/"
    1.16 +WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	cd $src
    1.22 +	# needed to install locale files
    1.23 +	[ -L /usr/bin/find ]; tazpkg get-install findutils --forced
    1.24 +	make prefix=/usr DESTDIR=$PWD/_pkg install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr/share
    1.31 +	cp -a $_pkg/usr/bin $fs/usr
    1.32 +	cp -a $_pkg/usr/share/$SOURCE $fs/usr/share
    1.33 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.34 +	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.35 +}
    1.36 +