wok annotate python-zsi/receipt @ rev 15863

audacious-plugins: update TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 30 09:14:06 2014 +0000 (2014-01-30)
parents 9d082d25caea
children 7390f8de9846
rev   line source
pascal@11727 1 # SliTaz package receipt.
pascal@11727 2
pascal@11727 3 PACKAGE="python-zsi"
pascal@11727 4 SOURCE="ZSI"
pascal@11727 5 VERSION="2.1-a1"
pascal@11727 6 CATEGORY="development"
pascal@11727 7 SHORT_DESC="The Zolera Soap Infrastructure for Python."
pascal@11727 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 9 LICENSE="BSD"
pascal@11727 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11727 11 WEB_SITE="http://pywebsvcs.sourceforge.net/zsi.html"
pascal@11727 12 WGET_URL="$SF_MIRROR/project/pywebsvcs/$SOURCE/$SOURCE-${VERSION/-/_}/$TARBALL"
pascal@11727 13
pascal@11727 14 DEPENDS="python python-pyxml"
pascal@11727 15 BUILD_DEPENDS="python-dev python"
pascal@11727 16
pascal@11727 17 # Rules to configure and make the package.
pascal@11727 18 compile_rules()
pascal@11727 19 {
pascal@11727 20 cd $src
pascal@11727 21 python setup.py build &&
pascal@11727 22 python setup.py install --root=$DESTDIR
pascal@11727 23 }
pascal@11727 24
pascal@11727 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11727 26 genpkg_rules()
pascal@11727 27 {
pascal@11727 28 mkdir -p $fs
pascal@15376 29 cp -a $install/usr $fs
pascal@11727 30 }