# $Id$ PNAME="libqmi" PVER="1.10.4" PBUILD="r1" PCAT="net-libs" DESCRIPTION="QMI modem protocol helper library." HOMEPAGE="http://www.freedesktop.org/wiki/Software/libqmi/" DEPEND=">= dev-libs/glib2-2.42" SDEPEND=">= dev-util/pkgconfig-0.25" SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://www.freedesktop.org/software/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME} | highesttarball xz" src_compile() { cd ${SRCDIR} mconfigure --libexecdir=/usr/$(mlibdir) || die mmake || die }