wok-next view decibel/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents 7b3f1ed30793
children c022997c7a57
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://decibel.silent-blade.org/"
11 TARBALL="decibel-audio-player-$VERSION.tar.gz"
12 WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL"
14 BUILD_DEPENDS="gettext findutils"
16 compile_rules() {
17 make \
18 prefix=/usr \
19 DESTDIR=$DESTDIR \
20 install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python gst0-python notify-python pygtk python-dbus mutagen"
26 }