# $Id$ PNAME="dbus-qt3" PVER="0.70" PBUILD="r7" PCATEGORIE="dev-libs" STATE="unstable" DESCRIPTION="D-BUS QT3 bindings." HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings" DEPEND=">= sys-apps/dbus-1.3 == x11-libs/qt-3" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://linux.rz.ruhr-uni-bochum.de/download2/gentoo-mirror/distfiles/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_compile() { cd ${SRCDIR} # fixes build on 64bit arches export LDFLAGS="-L/usr/$(mlibdir)" mconfigure --enable-qt3 --disable-qt-debug || die mmake LDFLAGS="-L/usr/$(mlibdir)" || die }