wok annotate python-configobj/receipt @ rev 18462
Update sliitaz-configs (rev 262) - New BG image by Leonardo :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Oct 01 22:10:06 2015 +0200 (2015-10-01) |
parents | 2e5434fe0bdb |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
al@17791 | 1 # SliTaz package receipt. |
al@17791 | 2 |
al@17791 | 3 PACKAGE="python-configobj" |
al@17791 | 4 VERSION="5.0.6" |
al@17791 | 5 CATEGORY="development" |
al@17791 | 6 SHORT_DESC="Config file reading, writing and validation" |
al@17791 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17791 | 8 LICENSE="other" |
al@17791 | 9 WEB_SITE="https://github.com/DiffSK/configobj" |
al@17791 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@17791 | 11 WGET_URL="https://github.com/DiffSK/configobj/archive/v$VERSION.tar.gz" |
al@17791 | 12 |
al@17791 | 13 DEPENDS="python python-six" |
al@17791 | 14 BUILD_DEPENDS="wget cacerts python" |
al@17791 | 15 |
al@17791 | 16 # Rules to configure and make the package. |
al@17791 | 17 compile_rules() |
al@17791 | 18 { |
al@17791 | 19 python setup.py build |
al@17791 | 20 python setup.py install --root=$DESTDIR |
al@17791 | 21 } |
al@17791 | 22 |
al@17791 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17791 | 24 genpkg_rules() |
al@17791 | 25 { |
al@17791 | 26 cp -a $install/* $fs |
al@17791 | 27 } |
al@18077 | 28 |