summaryrefslogtreecommitdiff
path: root/community/python-pysqlite-legacy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pysqlite-legacy/PKGBUILD')
-rw-r--r--community/python-pysqlite-legacy/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/python-pysqlite-legacy/PKGBUILD b/community/python-pysqlite-legacy/PKGBUILD
deleted file mode 100644
index 308e229be..000000000
--- a/community/python-pysqlite-legacy/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67757 2012-03-14 10:40:45Z giovanni $
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor : Aaron Griffin <aaron.archlinux.org>
-
-pkgname=python-pysqlite-legacy
-pkgver=1.0.1
-pkgrel=8
-pkgdesc="A Python DB-API 2.0 interface for the legacy SQLite 2"
-arch=('i686' 'x86_64')
-url="http://initd.org/tracker/pysqlite"
-license=('custom')
-depends=('python2' 'sqlite2')
-source=(http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/pysqlite-$pkgver.tar.gz)
-md5sums=('4797b5ea7a3d96b87333e6b5af7b9979')
-
-build()
-{
- cd ${srcdir}/pysqlite
- python2 setup.py install --root=${pkgdir} -O1
-
- # install custom license
- install -Dm644 ${srcdir}/pysqlite/LICENSE \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}