# $Id: libiodbc-3.52.7-r1.smage2 4861 2010-02-12 13:45:58Z niro $ PNAME="libiodbc" PVER="3.52.7" PBUILD="r2" PCATEGORIE="dev-db" STATE="unstable" DESCRIPTION="ODBC Interface for Linux." HOMEPAGE="http://www.iodbc.org/" DEPEND=">= sys-libs/ncurses-5.7 >= sys-libs/readline-6.1" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://www.iodbc.org/downloads/iODBC/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads | firsttarball gz" src_compile() { cd ${SRCDIR} # using gentoo dir location, which fits our distribution well mconfigure --with-layout=gentoo --disable-gui || die mmake -j1 || die }