wok view python-xlib/receipt @ rev 15376

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 18 22:13:53 2013 +0000 (2013-10-18)
parents 2f79d601d5bc
children b50529e1ec04
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 LICENSE="GPL3
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://$PACKAGE.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python ./setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }