wok-next view python-apsw/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 2809ecb8c754
children 4e6503d7a19f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-apsw"
4 VERSION="3.19.3-r1"
5 CATEGORY="development"
6 SHORT_DESC="Python wrapper for SQLite"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://rogerbinns.github.io/apsw/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/rogerbinns/apsw/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="python-dev sqlite3-dev"
16 compile_rules() {
17 python setup.py build &&
18 python setup.py install --root=$DESTDIR
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python libsqlite3"
24 }