wok view python-xlib/receipt @ rev 11371

xorg-libXpm: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 09 12:24:33 2011 +0100 (2011-12-09)
parents
children bf4a09ef1d2e
line source
1 # SliTaz package receipt.
3 PACKAGE="python-xlib"
4 VERSION="0.15rc1"
5 CATEGORY="development"
6 SHORT_DESC="X client library for Python programs. ."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python ./setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/usr $fs
26 }