wok-next view stoqlib/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents a3254b6a96ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stoqlib"
4 VERSION="0.9.12"
5 CATEGORY="development"
6 SHORT_DESC="A powerful retail system library"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.stoq.com.br/"
10 REPOLOGY="stoq"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL"
15 BUILD_DEPENDS="python-dev python-zope.interface python-kiwi python-gazpacho \
16 python-psycopg2 stoqdrivers python-pil python-reportlab python-dateutil \
17 gettext"
19 compile_rules() {
20 python -B setup.py install --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python python-pygtk postgresql python-psycopg2 \
26 python-zope.interface python-pil python-reportlab python-kiwi \
27 python-gazpacho stoqdrivers python-dateutil"
28 }