wok-next view stoqdrivers/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents a3254b6a96ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="stoqdrivers"
4 VERSION="0.9.8.2"
5 CATEGORY="development"
6 SHORT_DESC="Useful drivers for Stoq and retail systems"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.stoq.com.br/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://download.stoq.com.br/sources/0.9.11/$TARBALL"
14 BUILD_DEPENDS="python python-dev python-kiwi python-pyserial \
15 python-zope.interface gettext"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python python-kiwi python-pyserial python-zope.interface"
24 SUGGESTED="stoq"
25 }