wok-next view decibel/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents c022997c7a57
children
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="devel@slitaz.org"
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-dev findutils"
16 compile_rules() {
17 make \
18 prefix=/usr \
19 DESTDIR=$install \
20 install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python gst0-python notify-python python-pygtk python-dbus mutagen"
26 }