wok annotate python-xlib/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents b50529e1ec04
children 7390f8de9846
rev   line source
pascal@11214 1 # SliTaz package receipt.
pascal@11214 2
pascal@11214 3 PACKAGE="python-xlib"
pascal@11214 4 VERSION="0.15rc1"
pascal@11214 5 CATEGORY="development"
pascal@15377 6 SHORT_DESC="X client library for Python programs."
pascal@11214 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 8 LICENSE="GPL"
pascal@11214 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11214 10 WEB_SITE="http://$PACKAGE.sourceforge.net/"
pascal@11214 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11214 12
pascal@11214 13 DEPENDS="python"
pascal@11214 14 BUILD_DEPENDS="python"
pascal@11214 15
pascal@11214 16 # Rules to configure and make the package.
pascal@11214 17 compile_rules()
pascal@11214 18 {
pascal@11214 19 cd $src
pascal@11214 20 python ./setup.py install --root=$DESTDIR
pascal@11214 21 }
pascal@11214 22
pascal@11214 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11214 24 genpkg_rules()
pascal@11214 25 {
pascal@15376 26 cp -a $install/usr $fs
pascal@11214 27 }