Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6eef205cd720d8e186bb343a48d32a7048ed609a
commit 6eef205cd720d8e186bb343a48d32a7048ed609a Author: crazy <[email protected]> Date: Fri Jun 3 16:33:32 2016 +0200 Revert "python2-apsw-3.11.1_r1-1-x86_64 - removed , nothing in the repos need that" This reverts commit a386ab27166ca9705e14e39d5235160aadab0daf. * Version bump diff --git a/source/devel-extra/python2-apsw/FrugalBuild b/source/devel-extra/python2-apsw/FrugalBuild new file mode 100644 index 0000000..4259521 --- /dev/null +++ b/source/devel-extra/python2-apsw/FrugalBuild @@ -0,0 +1,32 @@ +# Compiling Time: 0.05 SBU +# Maintainer: Melko <[email protected]> + +_F_archive_name="apsw" +pkgname=python2-apsw +pkgver=3.12.2_r1 +pkgrel=1 +pkgdesc="Python2 wrapper for SQLite." +depends=('sqlite3>=3.7.17' 'python') +groups=('devel-extra') +archs=('i686' 'x86_64') +_F_github_author="rogerbinns" +_F_github_name="apsw" +_F_github_tag="yes" +Finclude github +source=(https://github.com/rogerbinns/apsw/archive/3.12.2-r1.tar.gz) +sha1sums=('988713985152d9f70266a50b72723d5cf20e3545') +_F_make_opts=" -j1" +CFLAGS+=" -fno-strict-aliasing" + +provides=('apsw') +replaces=('apsw') +conflicts=('apsw') + +build() +{ + Fcd apsw-${pkgver/_/-} + ## we want system sqlite.. + python setup.py build --enable=load_extension || Fdie + python setup.py install --root=$Fdestdir/ || Fdie +} +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
