wok view decibel/receipt @ rev 23837

Up freetype (2.10.2), git (2.26.2), glpi (9.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 10:44:24 2020 +0000 (2020-06-01)
parents eb8067417980
children a6b997a82f39
line source
1 # SliTaz package receipt.
3 PACKAGE="decibel"
4 VERSION="1.08"
5 CATEGORY="multimedia"
6 SHORT_DESC="Decibel audio player for Gnome Desktop."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://decibel.fingelrest.net/"
11 SOURCE="$PACKAGE-audio-player"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}uploads/Main/$TARBALL"
15 DEPENDS="dbus-python gst-python mutagen notify-python pygtk python"
16 BUILD_DEPENDS="findutils gettext"
17 # findutils is needed to install locale files
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 make prefix=/usr DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/$SOURCE $fs/usr/share
32 cp -a $install/usr/share/pixmaps $fs/usr/share
33 cp -a $install/usr/share/applications $fs/usr/share
34 }