wok-current annotate quodlibet/receipt @ rev 10727
tazwok: Fixed to use right source. Need to delete tazwok-4.2.16.tar.bz2 on tank since is its more update then 4.2.16 tag version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 28 20:53:30 2011 +0000 (2011-05-28) |
parents | 2c679ce49f4c |
children | 225d25cad6bf |
rev | line source |
---|---|
jozee@2678 | 1 # SliTaz package receipt. |
jozee@2678 | 2 |
jozee@2678 | 3 PACKAGE="quodlibet" |
jozee@2678 | 4 VERSION="2.0" |
jozee@2678 | 5 CATEGORY="multimedia" |
jozee@2678 | 6 SHORT_DESC="An audio player written in pygtk" |
jozee@2678 | 7 MAINTAINER="jozee@slitaz.org" |
jozee@2678 | 8 DEPENDS="dbus-python gst-python gst-plugins-base gst-plugins-good gst-plugins-ugly mutagen pygtk gstreamer" |
pankso@3429 | 9 BUILD_DEPENDS="dbus-python-dev gst-python-dev gst-plugins-base-dev gst-plugins-good-dev gstreamer-dev gst-plugins-ugly-dev pygtk-dev intltool gettext gtk+-dev " |
jozee@2678 | 10 SUGGESTED="gst-bad-plugins gst-ffmpeg" |
jozee@2678 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
jozee@2678 | 12 WEB_SITE="http://quodlibet.googlecode.com/" |
jozee@2678 | 13 WGET_URL="$WEB_SITE/files/$TARBALL" |
jozee@4971 | 14 TAGS="multimedia audio sound music player python" |
jozee@2678 | 15 |
jozee@2678 | 16 # Rules to configure and make the package. |
jozee@2678 | 17 compile_rules() |
jozee@2678 | 18 { |
jozee@2678 | 19 cd $src |
jozee@2678 | 20 ./setup.py build |
jozee@2678 | 21 ./setup.py install --prefix=$PWD/_pkg/usr |
jozee@2678 | 22 |
jozee@2678 | 23 } |
jozee@2678 | 24 |
jozee@2678 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2678 | 26 genpkg_rules() |
jozee@2678 | 27 { |
jozee@2678 | 28 mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps |
jozee@2678 | 29 cp -a $_pkg/usr/bin $fs/usr |
jozee@2678 | 30 cp -a $_pkg/usr/lib/python* $fs/usr/lib |
jozee@2678 | 31 cp -a stuff/*.png $fs/usr/share/pixmaps/ |
jozee@2678 | 32 |
jozee@2678 | 33 } |