From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/python2-pysqlite-legacy/PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 community/python2-pysqlite-legacy/PKGBUILD (limited to 'community/python2-pysqlite-legacy') diff --git a/community/python2-pysqlite-legacy/PKGBUILD b/community/python2-pysqlite-legacy/PKGBUILD new file mode 100644 index 000000000..9c5ed703d --- /dev/null +++ b/community/python2-pysqlite-legacy/PKGBUILD @@ -0,0 +1,24 @@ +# $Id: PKGBUILD 83742 2013-02-04 21:03:18Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Ronald van Haren +# Contributor: Aaron Griffin + +pkgname=python2-pysqlite-legacy +pkgver=1.0.1 +pkgrel=2 +pkgdesc='Python DB-API 2.0 interface for the legacy SQLite 2' +arch=('x86_64' 'i686') +url='http://initd.org/tracker/pysqlite' +replaces=('python-pysqlite-legacy') +license=('custom') +depends=('python2' 'sqlite2') +source=("http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/pysqlite-$pkgver.tar.gz") +sha256sums=('9ceed0af9e94b2f8701d4f36d7e86715d8ca64283e0b311e1816c031c3658f08') + +package() { + cd "$srcdir/pysqlite" + python2 setup.py install --root="$pkgdir" -O1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf