wok-next view decibel/receipt @ rev 20749

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
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 }