wok-next annotate stoqdrivers/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents a3254b6a96ac
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
claudinei@3834 2
claudinei@3834 3 PACKAGE="stoqdrivers"
claudinei@4687 4 VERSION="0.9.8.2"
claudinei@3834 5 CATEGORY="development"
claudinei@3834 6 SHORT_DESC="Useful drivers for Stoq and retail systems"
claudinei@3834 7 MAINTAINER="claudinei@slitaz.org"
pascal@15581 8 LICENSE="LGPL2.1"
al@21020 9 WEB_SITE="https://www.stoq.com.br/"
al@21020 10
claudinei@3834 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
claudinei@4687 12 WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL"
claudinei@3834 13
al@21020 14 BUILD_DEPENDS="python python-dev python-kiwi python-pyserial \
al@21020 15 python-zope.interface gettext"
pascal@15581 16
al@21020 17 compile_rules() {
al@21020 18 python -B setup.py install --root=$install
claudinei@3834 19 }
claudinei@3834 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
al@21020 23 DEPENDS="python python-kiwi python-pyserial python-zope.interface"
al@21020 24 SUGGESTED="stoq"
claudinei@3834 25 }