wok-next view quodlibet/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 82665910c526
children 7506b35e1c6f
line source
1 # SliTaz package receipt.
3 PACKAGE="quodlibet"
4 VERSION="2.0"
5 CATEGORY="multimedia"
6 SHORT_DESC="An audio player written in pygtk"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 SUGGESTED="gst0-plugins-bad gst0-ffmpeg"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://quodlibet.googlecode.com/"
12 WGET_URL="$WEB_SITE/files/$TARBALL"
13 TAGS="multimedia audio sound music player python"
15 DEPENDS="dbus-python gst0-python gst0-plugins-base gst0-plugins-good \
16 gst0-plugins-ugly mutagen pygtk gstreamer0"
17 BUILD_DEPENDS="dbus-python-dev gst0-python-dev gst0-plugins-base-dev \
18 gst0-plugins-good gstreamer0-dev gst0-plugins-ugly pygtk-dev intltool \
19 gettext gtk+-dev python-dev file"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./setup.py build
25 ./setup.py install --prefix=$DESTDIR/usr
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/lib/python* $fs/usr/lib
34 cp -a stuff/*.png $fs/usr/share/pixmaps/
35 }