wok annotate python-mpd/receipt @ rev 12653

freeglut, matchbox-desktop-2: add LDFLAGS for Binutils 2.22
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 30 10:01:30 2012 +0200 (2012-04-30)
parents ab720c05cb56
children 2a5cc8208d36
rev   line source
jozee@2676 1 # SliTaz package receipt.
jozee@2676 2
jozee@2676 3 PACKAGE="python-mpd"
slaxemulator@7743 4 VERSION="0.3.0"
jozee@2676 5 CATEGORY="multimedia"
jozee@2676 6 SHORT_DESC="Python MPD client library"
jozee@2676 7 MAINTAINER="jozee@slitaz.org"
jozee@2676 8 DEPENDS="python"
jozee@2676 9 BUILD_DEPENDS="python-dev"
jozee@2676 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
jozee@2676 11 WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:python-mpd"
jozee@2676 12 WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL"
jozee@2676 13
jozee@2676 14 # Rules to configure and make the package.
jozee@2676 15 compile_rules()
jozee@2676 16 {
jozee@2676 17 cd $src
jozee@2676 18 python setup.py install --prefix=/usr --root="$PWD/_pkg"
jozee@2676 19
jozee@2676 20 }
jozee@2676 21
jozee@2676 22 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2676 23 genpkg_rules()
jozee@2676 24 {
jozee@2676 25 mkdir -p $fs/usr/lib
jozee@2676 26 cp -a $_pkg/usr/lib $fs/usr
jozee@2676 27 }