wok-undigest annotate python-apsw/receipt @ rev 1005

move to wok python-apsw, python-llfuse, python-py, python-pycryptopp, python-pyliblzma, python-pytest, python-unittest2, s3ql
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 18:20:23 2013 +0200 (2013-04-22)
parents 461b147cde37
children
rev   line source
pascal@1000 1 # SliTaz package receipt.
pascal@1000 2
pascal@1000 3 PACKAGE="python-apsw"
pascal@1000 4 SOURCE="apsw"
pascal@1000 5 VERSION="3.7.16.2-r1"
pascal@1000 6 CATEGORY="development"
pascal@1000 7 SHORT_DESC="Python wrapper for SQLite."
pascal@1000 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1000 9 TARBALL="$SOURCE-$VERSION.zip"
pascal@1000 10 WEB_SITE="http://code.google.com/p/$PACKAGE/"
pascal@1000 11 WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
pascal@1000 12
pascal@1001 13 DEPENDS="sqlite"
pascal@1001 14 BUILD_DEPENDS="python-dev sqlite-dev"
pascal@1000 15
pascal@1000 16 # Rules to configure and make the package.
pascal@1000 17 compile_rules()
pascal@1000 18 {
pascal@1000 19 cd $src
pascal@1000 20 python setup.py build &&
pascal@1000 21 python setup.py install --root=$DESTDIR
pascal@1000 22 }
pascal@1000 23
pascal@1000 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1000 25 genpkg_rules()
pascal@1000 26 {
pascal@1000 27 cp -a $install/usr $fs
pascal@1000 28 }