# HG changeset patch # User Pascal Bellard # Date 1429202374 -7200 # Node ID 187051227b9ae09fd6f08b14efd877875fd37a13 # Parent c13658501c85eb843b106b609a272f2112759574 Add python-ofxparse diff -r c13658501c85 -r 187051227b9a python-ofxparse/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-ofxparse/receipt Thu Apr 16 18:39:34 2015 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-ofxparse" +SOURCE="ofxparse" +VERSION="0.14" +CATEGORY="development" +SHORT_DESC="Tools for working with the OFX (Open Financial Exchange) file format." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="https://pypi.python.org/pypi/ofxparse" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +}