From f79aaa94c65bfb56e31e1d87f4df455119a0da44 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Tue, 1 Jun 2010 09:07:12 +0000 Subject: testing/py-sqlite/: new aport --- testing/py-sqlite/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/py-sqlite/APKBUILD (limited to 'testing') diff --git a/testing/py-sqlite/APKBUILD b/testing/py-sqlite/APKBUILD new file mode 100644 index 0000000000..e5b87bd6c9 --- /dev/null +++ b/testing/py-sqlite/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Mika Havela +# Maintainer: Mika Havela +pkgname=py-sqlite +_realname=pysqlite +pkgver=2.6.0 +pkgrel=0 +pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine" +url="http://code.google.com/p/pysqlite/" +license="MIT" +depends="python sqlite" +makedepends="sqlite-dev" +install= +source="http://pysqlite.googlecode.com/files/${_realname}-${pkgver}.tar.gz" + +_builddir="$srcdir"/$_realname-$pkgver + +build() { + exit 0 +} + +package() { + cd "$_builddir" + python setup.py install --root="$pkgdir" +} + +md5sums="fc92618b3b39d02e6ff10dc467c36640 pysqlite-2.6.0.tar.gz" -- cgit v1.2.3