wok-next annotate stoqlib/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3254b6a96ac
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
claudinei@3835 2
claudinei@3835 3 PACKAGE="stoqlib"
gokhlayeh@8680 4 VERSION="0.9.12"
claudinei@3835 5 CATEGORY="development"
claudinei@3835 6 SHORT_DESC="A powerful retail system library"
claudinei@3835 7 MAINTAINER="claudinei@slitaz.org"
pascal@15581 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="https://www.stoq.com.br/"
al@20888 10 REPOLOGY="stoq"
al@20888 11
pascal@15581 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@15581 13 WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL"
pascal@15581 14
al@21020 15 BUILD_DEPENDS="python-dev python-zope.interface python-kiwi python-gazpacho \
al@21020 16 python-psycopg2 stoqdrivers python-pil python-reportlab python-dateutil \
al@21020 17 gettext"
claudinei@3835 18
al@21020 19 compile_rules() {
al@21020 20 python -B setup.py install --root=$install
claudinei@3835 21 }
claudinei@3835 22
al@21020 23 genpkg_rules() {
al@21020 24 copy @std
al@21020 25 DEPENDS="python python-pygtk postgresql python-psycopg2 \
al@21020 26 python-zope.interface python-pil python-reportlab python-kiwi \
al@21020 27 python-gazpacho stoqdrivers python-dateutil"
claudinei@3835 28 }