# $Id$ PNAME="elfutils" PVER="0.152" PBUILD="r1" PCATEGORIE="dev-libs" DESCRIPTION="Utils and libs to handle elf objects." HOMEPAGE="https://fedorahosted.org/elfutils/" DEPEND=">= sys-dev/binutils-2.21" SDEPEND=">= virtual/sed" SRCFILE="${PNAME}-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/${PVER}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd https://fedorahosted.org/releases/${PNAME:0:1}/${PNAME:1:1}/${PNAME}/ | lasttarball gz" src_compile() { cd ${SRCDIR} mconfigure \ --program-prefix="eu-" \ --enable-shared \ --disable-nls \ || die mmake || die }