# HG changeset patch # User Pascal Bellard # Date 1454601769 -3600 # Node ID 33ed8fc2f7d5fa5423eccfde9e205d7b570384cb # Parent 6699ed4b2a999b1585df1b9b515f8afc68c90c65 Add python-erppeek diff -r 6699ed4b2a99 -r 33ed8fc2f7d5 python-erppeek/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-erppeek/receipt Thu Feb 04 17:02:49 2016 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-erppeek" +VERSION="1.6.3" +CATEGORY="development" +SHORT_DESC="Versatile tool for browsing Odoo / OpenERP data." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" +SOURCE="ERPpeek" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="wget python" + +# Rules to configure and make the package. +compile_rules() +{ + python setup.py install --prefix=/usr --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs/ +}