# $Id$ PNAME="libunwind" PVER="1.2.1" PBUILD="r2" PCAT="sys-libs" DESCRIPTION="Portable and efficient API to determine the call-chain of a program." HOMEPAGE="http://www.nongnu.org/libunwind/" DEPEND=">= virtual/glibc >= virtual/xz-utils" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" # make check always fail and upstream hasn't fixed it yet EMUL_LINUX_32="true" sminclude mbuild multilib SRC_URI=( http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://download.savannah.nongnu.org/releases/${PNAME}/ | highesttarball gz"