wok-stable annotate python-xlib/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
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@11214 6 SHORT_DESC="X client library for Python programs. ."
pascal@11214 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@11214 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11214 9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
pascal@11214 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11214 11
pascal@11214 12 DEPENDS="python"
pascal@11214 13 BUILD_DEPENDS="python"
pascal@11214 14
pascal@11214 15 # Rules to configure and make the package.
pascal@11214 16 compile_rules()
pascal@11214 17 {
pascal@11214 18 cd $src
pascal@11214 19 python ./setup.py install --root=$DESTDIR
pascal@11214 20 }
pascal@11214 21
pascal@11214 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11214 23 genpkg_rules()
pascal@11214 24 {
pascal@11214 25 cp -a $_pkg/usr $fs
pascal@11214 26 }