# $Id$ PNAME="virtuoso" PVER="6.1.0" 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-0.9.8 >= sys-libs/zlib-1.2.3" SDEPEND=">= sys-dev/bison-2.4 >= sys-dev/flex-2.5.35" SRCFILE="${PNAME}-opensource-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${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 }