wok-next diff stoq/receipt @ rev 21695
updated gob2 (2.0.17 -> 2.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 30 15:37:32 2020 +0100 (2020-06-30) |
parents | a3254b6a96ac |
children |
line diff
1.1 --- a/stoq/receipt Tue Sep 25 17:35:51 2018 +0300 1.2 +++ b/stoq/receipt Tue Jun 30 15:37:32 2020 +0100 1.3 @@ -3,26 +3,21 @@ 1.4 PACKAGE="stoq" 1.5 VERSION="0.9.12" 1.6 CATEGORY="office" 1.7 -SHORT_DESC="Stoq is a suite of Retail Management System applications." 1.8 +SHORT_DESC="Suite of Retail Management System applications" 1.9 MAINTAINER="claudinei@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="https://www.stoq.com.br/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://www.stoq.com.br" 1.15 WGET_URL="http://download.stoq.com.br/sources/$VERSION/$TARBALL" 1.16 1.17 -DEPENDS="python python-pygtk postgresql python-psycopg2 python-zope.interface python-pil \ 1.18 -python-reportlab stoqlib stoqdrivers python-kiwi python-gazpacho" 1.19 -BUILD_DEPENDS="python-dev python-pygtk-dev python-kiwi stoqlib gettext-tools" 1.20 +BUILD_DEPENDS="python-dev python-pygtk-dev python-kiwi stoqlib gettext" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - python setup.py install --root=$DESTDIR 1.26 +compile_rules() { 1.27 + python -B setup.py install --root=$install 1.28 } 1.29 1.30 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.31 -genpkg_rules() 1.32 -{ 1.33 +genpkg_rules() { 1.34 LOCALEDIR="$install/usr/share/locale" 1.35 for file in `find $install | grep 'pyc$'`; do 1.36 rm $file 1.37 @@ -33,4 +28,7 @@ 1.38 cp -a $install/usr/lib $fs/usr 1.39 cp -a $install/usr/share $fs/usr 1.40 cp -a $LOCALEDIR/pt_BR/LC_MESSAGES $fs/usr/share/locale/pt 1.41 + DEPENDS="python python-pygtk postgresql python-psycopg2 \ 1.42 + python-zope.interface python-pil python-reportlab stoqlib stoqdrivers \ 1.43 + python-kiwi python-gazpacho" 1.44 }