# $Id$ PNAME="pysqlite" PVER="2.6.3" PBUILD="r1" PCATEGORIE="dev-python" DESCRIPTION="A DB-API 2.0 database interface for Python and SQLite." HOMEPAGE="http://code.google.com/p/pysqlite/" DEPEND=">= dev-lang/python-2.7 >= dev-db/sqlite-3.7" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python SRC_URI=( http://${PNAME}.googlecode.com/files/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"