# HG changeset patch # User Christopher Rogers # Date 1290609853 0 # Node ID 22f574452899ab52652dd103843c036fd93f2b09 # Parent 1a14293263059738a45ce26e8d4de060d7deb60b Add decibel. Decibel audio player for Gnome Desktop. diff -r 1a1429326305 -r 22f574452899 decibel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/decibel/receipt Wed Nov 24 14:44:13 2010 +0000 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="decibel" +VERSION="1.06" +CATEGORY="multimedia" +SHORT_DESC="Decibel audio player for Gnome Desktop." +MAINTAINER="slaxemulator@gmail.com" +DEPENDS="python gst-python python-notify pygtk dbus-python mutagen" +BUILD_DEPENDS="gettext" +SOURCE="$PACKAGE-audio-player" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://decibel.silent-blade.org/" +WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + # needed to install locale files + [ -L /usr/bin/find ]; tazpkg get-install findutils --forced + make prefix=/usr DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/$SOURCE $fs/usr/share + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/applications $fs/usr/share +} +