wok-next diff sqlobject/receipt @ rev 21457

updated sshfs-fuse (3.3.1 -> 3.7.0)
author Hans-G?nter Theisgen
date Thu May 07 14:36:33 2020 +0100 (2020-05-07)
parents 8b5b2a6d07b8
children
line diff
     1.1 --- a/sqlobject/receipt	Fri Sep 14 01:56:52 2018 +0300
     1.2 +++ b/sqlobject/receipt	Thu May 07 14:36:33 2020 +0100
     1.3 @@ -1,28 +1,25 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="sqlobject"
     1.8  VERSION="0.12.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="object-relational mapper for the Python."
    1.11 +SHORT_DESC="Object-relational mapper for the Python"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="LGPL"
    1.14 +WEB_SITE="http://sqlobject.org/"
    1.15 +
    1.16  SOURCE="SQLObject"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://sqlobject.org/"
    1.19  WGET_URL="https://files.pythonhosted.org/packages/source/S/$SOURCE/$TARBALL"
    1.20  
    1.21 -DEPENDS="python"
    1.22 -BUILD_DEPENDS="python python-dev"
    1.23 +BUILD_DEPENDS="python-dev"
    1.24  
    1.25 -# Rules to configure and make the package.
    1.26 -compile_rules()
    1.27 -{
    1.28 -	python setup.py build &&
    1.29 -	python setup.py install --root=$DESTDIR
    1.30 +compile_rules() {
    1.31 +	python -B setup.py build &&
    1.32 +	python -B setup.py install --root=$install
    1.33  }
    1.34  
    1.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.36 -genpkg_rules()
    1.37 -{
    1.38 +genpkg_rules() {
    1.39  	cp -a $install/usr $fs
    1.40 +	DEPENDS="python"
    1.41  }