wok view decibel/receipt @ rev 10794

lostirc: use irc.freenode.net for slitaz IRC chan
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 03 03:13:13 2011 +0200 (2011-06-03)
parents
children 47439c60021f
line source
1 # SliTaz package receipt.
3 PACKAGE="decibel"
4 VERSION="1.06"
5 CATEGORY="multimedia"
6 SHORT_DESC="Decibel audio player for Gnome Desktop."
7 MAINTAINER="slaxemulator@gmail.com"
8 DEPENDS="python gst-python python-notify pygtk dbus-python mutagen"
9 BUILD_DEPENDS="gettext"
10 SOURCE="$PACKAGE-audio-player"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://decibel.silent-blade.org/"
13 WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 # needed to install locale files
20 [ -L /usr/bin/find ]; tazpkg get-install findutils --forced
21 make prefix=/usr DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/share/$SOURCE $fs/usr/share
30 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
31 cp -a $_pkg/usr/share/applications $fs/usr/share
32 }