diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/python2-pysqlite-legacy/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/python2-pysqlite-legacy/PKGBUILD')
-rw-r--r-- | community/python2-pysqlite-legacy/PKGBUILD | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/community/python2-pysqlite-legacy/PKGBUILD b/community/python2-pysqlite-legacy/PKGBUILD deleted file mode 100644 index 9c5ed703d..000000000 --- a/community/python2-pysqlite-legacy/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# $Id: PKGBUILD 83742 2013-02-04 21:03:18Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Ronald van Haren <ronald.archlinux.org> -# Contributor: Aaron Griffin <aaron.archlinux.org> - -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: |