# $Id: elfutils-0.137-r2.smage2 3418 2009-10-21 18:40:09Z niro $ PNAME="elfutils" PVER="0.151" PBUILD="r2" PCATEGORIE="dev-libs" STATE="unstable" 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 }