wok view python-aeroolib/receipt @ rev 14716

lib[o-r]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:09:32 2013 +0200 (2013-06-11)
parents aab94419c5b6
children 7d6089953592
line source
1 # SliTaz package receipt.
3 PACKAGE="python-aeroolib"
4 SOURCE="aeroolib"
5 VERSION="1.0.0"
6 CATEGORY="misc"
7 SHORT_DESC="A report creation library for Python."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="https://launchpad.net/aeroolib"
11 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$SOURCE.tar.gz"
12 BUILD_DEPENDS="wget python setuptools"
13 DEPENDS="python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py build
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/* $fs
27 }