wok annotate python-apsw/receipt @ rev 21866

updated firefox-official packages (68.0 -> 69.0)
author Hans-G?nter Theisgen
date Tue Sep 24 16:03:49 2019 +0100 (2019-09-24)
parents fd4f1e692109
children 2f230197370e
rev   line source
pascal@14376 1 # SliTaz package receipt.
pascal@14376 2
pascal@14376 3 PACKAGE="python-apsw"
pascal@14376 4 SOURCE="apsw"
pascal@14376 5 VERSION="3.7.16.2-r1"
pascal@14376 6 CATEGORY="development"
pascal@14376 7 SHORT_DESC="Python wrapper for SQLite."
pascal@14376 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15378 9 LICENSE="zlib/libpng"
pascal@14376 10 TARBALL="$SOURCE-$VERSION.zip"
pascal@20672 11 WEB_SITE="https://rogerbinns.github.io/apsw/"
pascal@14376 12 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
pascal@14376 13
pascal@14376 14 DEPENDS="sqlite"
pascal@14376 15 BUILD_DEPENDS="python-dev sqlite-dev"
pascal@14376 16
pascal@14376 17 # Rules to configure and make the package.
pascal@14376 18 compile_rules()
pascal@14376 19 {
pascal@14376 20 cd $src
pascal@14376 21 python setup.py build &&
pascal@14376 22 python setup.py install --root=$DESTDIR
pascal@14376 23 }
pascal@14376 24
pascal@14376 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14376 26 genpkg_rules()
pascal@14376 27 {
pascal@14376 28 cp -a $install/usr $fs
pascal@14376 29 }