# $Header: /magellan-cvs/smage/sqlite/sqlite-3.5.6-r1.smage2,v 1.1 2008/02/12 11:05:18 niro Exp $ PNAME="sqlite" PVER="3.5.6" PBUILD="r1" PCATEGORIE="dev-db" STATE="unstable" DESCRIPTION="SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine." HOMEPAGE="http://www.sqlite.org/" DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://www.sqlite.org/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} mconfigure \ --enable-incore-db \ --enable-tempdb-in-ram \ --enable-cross-thread-connections \ --enable-threadsafe \ --disable-tcl \ --disable-debug \ || die mmake all || die }