# $Id$ PNAME="libiodbc" PVER="3.52.7" PBUILD="r1" 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.0" 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, fits our distribution well mconfigure --with-layout=gento --disable-gui || die mmake -j1 || die }