wok diff sqlobject/receipt @ rev 17434

Up: wv (1.2.9)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Dec 07 11:41:39 2014 +0100 (2014-12-07)
parents e4278677885e
children 7390f8de9846
line diff
     1.1 --- a/sqlobject/receipt	Sat Oct 09 17:20:13 2010 +0000
     1.2 +++ b/sqlobject/receipt	Sun Dec 07 11:41:39 2014 +0100
     1.3 @@ -5,10 +5,12 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="object-relational mapper for the Python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="LGPL"
     1.8  SOURCE="SQLObject"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://sqlobject.org/"
    1.11  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    1.12 +
    1.13  DEPENDS="python"
    1.14  BUILD_DEPENDS="python python-dev setuptools"
    1.15  
    1.16 @@ -17,12 +19,12 @@
    1.17  {
    1.18  	cd $src
    1.19  	python setup.py build &&
    1.20 -	python setup.py install --root=$PWD/_pkg
    1.21 +	python setup.py install --root=$DESTDIR
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	cp -a $_pkg/usr $fs
    1.28 +	cp -a $install/usr $fs
    1.29  }
    1.30