wok-next diff python-apsw/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents fd4f1e692109
children 2809ecb8c754
line diff
     1.1 --- a/python-apsw/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-apsw/receipt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -1,23 +1,21 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="python-apsw"
     1.8 -SOURCE="apsw"
     1.9 -VERSION="3.7.16.2-r1"
    1.10 +VERSION="3.18.0-r1"
    1.11  CATEGORY="development"
    1.12 -SHORT_DESC="Python wrapper for SQLite."
    1.13 +SHORT_DESC="Python wrapper for SQLite"
    1.14  MAINTAINER="pascal.bellard@slitaz.org"
    1.15  LICENSE="zlib/libpng"
    1.16 -TARBALL="$SOURCE-$VERSION.zip"
    1.17 -WEB_SITE="http://code.google.com/p/$PACKAGE/"
    1.18 -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.19 +WEB_SITE="https://github.com/rogerbinns/apsw"
    1.20  
    1.21 -DEPENDS="sqlite"
    1.22 +TARBALL="apsw-$VERSION.zip"
    1.23 +WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL"
    1.24 +
    1.25  BUILD_DEPENDS="python-dev sqlite-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	python setup.py build &&
    1.32  	python setup.py install --root=$DESTDIR
    1.33  }
    1.34 @@ -25,5 +23,6 @@
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	cp -a $install/usr $fs
    1.39 +	copy @std
    1.40 +	DEPENDS="python libsqlite"
    1.41  }