wok view python-xlwt/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents 9d082d25caea
children 7390f8de9846
line source
1 # SliTaz package receipt.
3 PACKAGE="python-xlwt"
4 SOURCE="xlwt"
5 VERSION="0.7.2"
6 CATEGORY="development"
7 SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
11 WEB_SITE="http://www.janrain.com/openid-enabled/"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
14 DEPENDS="python python-antlr"
15 BUILD_DEPENDS="python-dev python"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py build &&
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/usr $fs
30 }