wok-6.x diff python-configobj/receipt @ rev 17791
Up: PyQt, mutagen, python-pyparsing, python-six, sip, sip-dev; add: python-configobj, puddletag.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 16 11:42:13 2015 +0200 (2015-03-16) |
parents | |
children | 16df76e1fc6a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-configobj/receipt Mon Mar 16 11:42:13 2015 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-configobj" 1.7 +VERSION="5.0.6" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Config file reading, writing and validation" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="other" 1.12 +WEB_SITE="https://github.com/DiffSK/configobj" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="https://github.com/DiffSK/configobj/archive/v$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="python python-six" 1.17 +BUILD_DEPENDS="wget cacerts python" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + python setup.py build 1.23 + python setup.py install --root=$DESTDIR 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/* $fs 1.30 +}