wok-next view decibel/receipt @ rev 20481

Proper packing for v2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 12 02:18:53 2018 +0200 (2018-03-12)
parents 795baf180500
children 7b3f1ed30793
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 || return 1
22 mkdir -p $install/usr/share
23 cp -a $install/usr/bin $install/usr
24 cp -a $install/usr/share/decibel-audio-player $install/usr/share
25 cp -a $install/usr/share/pixmaps $install/usr/share
26 cp -a $install/usr/share/applications $install/usr/share
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="python gst0-python notify-python pygtk dbus-python mutagen"
32 }