wok-next view decibel/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents b278b2018965
children a00b398faf9e
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 dbus-python mutagen"
26 }