wok-next annotate python-pysqlite/receipt @ rev 20887

Check Repology info up to p* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 17:30:55 2018 +0300 (2018-07-13)
parents 2809ecb8c754
children 7506b35e1c6f
rev   line source
claudinei@3413 1 # SliTaz package receipt.
claudinei@3413 2
claudinei@3413 3 PACKAGE="python-pysqlite"
pascal@9050 4 VERSION="2.6.0"
claudinei@3413 5 CATEGORY="development"
claudinei@3413 6 SHORT_DESC="Python interface for the SQLite database"
claudinei@3413 7 MAINTAINER="sygne@ombres.eu"
pascal@15378 8 LICENSE="zlib/libpng"
al@20887 9 WEB_SITE="http://code.google.com/p/pysqlite/"
al@20887 10 REPOLOGY="python:pysqlite"
al@20887 11
al@20887 12 SOURCE="pysqlite"
claudinei@3413 13 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@9050 14 WGET_URL="http://pysqlite.googlecode.com/files/$TARBALL"
claudinei@3413 15
pascal@20098 16 DEPENDS="sqlite3 python"
pascal@20098 17 BUILD_DEPENDS="python python-dev sqlite3-dev"
pascal@11856 18
claudinei@3413 19 # Rules to configure and make the package.
claudinei@3413 20 compile_rules()
claudinei@3413 21 {
slaxemulator@9067 22 cp $stuff/setup.cfg .
pascal@9050 23 python setup.py install --root=$DESTDIR
claudinei@3413 24 }
claudinei@3413 25
claudinei@3413 26 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3413 27 genpkg_rules()
claudinei@3413 28 {
claudinei@3413 29 mkdir -p $fs/usr
pascal@15093 30 cp -a $install/usr/lib $fs/usr
claudinei@3413 31 }