wok-next view decibel/receipt @ rev 20221

Up pyopenssl (17.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 14:16:37 2017 +0100 (2017-11-05)
parents eb8067417980
children b278b2018965
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 gst0-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 }