wok-next annotate stoqlib/receipt @ rev 21573

updated dansguardian (2.10.1.1 -> 2.12.0.3)
author Hans-G?nter Theisgen
date Mon Jun 22 17:38:17 2020 +0100 (2020-06-22)
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 }