wok view decibel/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 47439c60021f
children 1bf2e81fd62f
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 LICENSE="GPL2"
9 SOURCE="$PACKAGE-audio-player"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://decibel.silent-blade.org/"
12 WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL"
14 DEPENDS="python gst-python notify-python pygtk dbus-python mutagen"
15 BUILD_DEPENDS="gettext"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 # needed to install locale files
22 [ -L /usr/bin/find ]; tazpkg get-install findutils --forced
23 make prefix=/usr DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/$SOURCE $fs/usr/share
32 cp -a $install/usr/share/pixmaps $fs/usr/share
33 cp -a $install/usr/share/applications $fs/usr/share
34 }