# $Id: virtuoso-6.1.0-r1.smage2 4863 2010-02-12 15:11:34Z niro $ PNAME="virtuoso" PVER="6.1.2" PBUILD="r1" PCATEGORIE="dev-db" STATE="unstable" DESCRIPTION="A scalable cross-platform server that combines SQL/RDF/XML Data Management with Web Application Server and Web Services Platform functionality." HOMEPAGE="http://virtuoso.openlinksw.com/" DEPEND=">= dev-libs/libxml2-2.7 >= dev-libs/openssl-1.0.0 >= sys-libs/zlib-1.2.5" SDEPEND=">= sys-dev/bison-2.4 >= sys-dev/flex-2.5.35" SRCFILE="${PNAME}-opensource-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-opensource-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge ${PNAME}" src_compile() { cd ${SRCDIR} mconfigure --disable-rendezvous --disable-hslookup --disable-all-vads || die mmake -j1 || die } src_install() { # install server cd ${SRCDIR}/binsrc/virtuoso mmake DESTDIR=${BINDIR} install || die # install driver cd ${SRCDIR}/binsrc/driver mmake DESTDIR=${BINDIR} install || die }