diff options
Diffstat (limited to '~xihh/python2-apsw/PKGBUILD')
-rw-r--r-- | ~xihh/python2-apsw/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/~xihh/python2-apsw/PKGBUILD b/~xihh/python2-apsw/PKGBUILD deleted file mode 100644 index 92ce6d309..000000000 --- a/~xihh/python2-apsw/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# Maintainer: Linmiao Xu <linmiao.xu@gmail.com> -# Contributor: Juan Miguel Cejuela <jmcejuela@ashrentum.net> - -pkgname=python2-apsw -pkgver=3.7.9_r1 -pkgrel=1 -pkgdesc="Python wrapper for SQLite" -arch=('i686' 'x86_64' 'mips64el') -url="http://code.google.com/p/apsw/" -license=('MIT') -depends=('python2' 'sqlite3') -source=("http://apsw.googlecode.com/files/apsw-${pkgver//_/-}.zip" 'LICENSE') - -md5sums=('8188a05819553a7a9aad568db23850af' - 'efc704d50cb39441d00f9dc76cbe6665') - -build() { - cd $srcdir/apsw-${pkgver//_/-} - python2 setup.py install --root=$pkgdir/ - - install -D -m644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - |