You are not logged in.
I uploaded pysqlite-0.5.0-1.pkg.tar.gz to incoming, and here's the PKGBUILD file. This is my first, and very small, package I contribute to Arch Linux, and it goes with a big thanks to all Arch Linux maintainers!
pkgname=pysqlite
pkgver=0.5.0
pkgrel=1
pkgdesc="A Python extension for the SQLite Embedded Relational Database."
depends=('sqlite' 'python')
source=(http://heanet.dl.sourceforge.net/sourceforge/pysqlite/$pkgname-$pkgver.tar.gz)
md5sums=('ecda08cd4e6d8c2af774a0f74a183122')
build() {
cd $startdir/src/$pkgname
./setup.py install --prefix=$startdir/pkg/usr
}
I'm using this package because Trac depends on it. Trac also depends on Clearsilver, which has been more difficult to get working. I hope to contribute reliable packages for Clearsilver and Trac later.
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline
It's also in my unofficial repository
http://qballcow.nl/repository-arch/
see this thread: http://bbs.archlinux.org/viewtopic.php?t=3893
Offline
I search incoming, I search the TURs, but I don't search the forums, oops.
http://themanaworld.org/
A Free Real-time Massively Multiplayer Online RPG in development.
Offline
I search incoming, I search the TURs, but I don't search the forums, oops.
My fault, I just dumped them here.
sorry
Q
Offline