wok-next view python-xlwt/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 7390f8de9846
children c9a7a7b42a86
line source
1 # SliTaz package receipt.
3 PACKAGE="python-xlwt"
4 VERSION="0.7.2"
5 CATEGORY="development"
6 SHORT_DESC="Python module for reading/writing Microsoft Excel spreadsheet files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.janrain.com/openid-enabled/"
10 REPOLOGY="python:xlwt"
12 SOURCE="xlwt"
13 TARBALL="${SOURCE}_$VERSION.orig.tar.gz"
14 WGET_URL="http://ftp.debian.org/debian/pool/main/${SOURCE:0:1}/$SOURCE/$TARBALL"
16 DEPENDS="python python-antlr"
17 BUILD_DEPENDS="python-dev python"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py build &&
23 python setup.py install --root=$DESTDIR
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs
30 cp -a $install/usr $fs
31 }