wok view decibel/receipt @ rev 24130

Add tnylpo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 18 14:47:15 2021 +0000 (2021-10-18)
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 }