# $Id$ PNAME="talloc" PVER="2.1.11" PBUILD="r1" PCAT="dev-libs" DESCRIPTION="A hierarchical pool based memory allocator with destructors." HOMEPAGE="http://talloc.samba.org/" DEPEND=">= dev-libs/libxslt-1.1.26" SDEPEND=">= dev-lang/python-2.7 >= dev-libs/libxslt-dev-1.1.26" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" sminclude multilib mbuild alx SRC_URI=( http://www.samba.org/ftp/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://www.samba.org/ftp/${PNAME} | highesttarball gz" src_compile() { mconfigure --disable-rpath --disable-rpath-install --enable-talloc-compat1 || die mmake || die } #src_check() #{ # all-abis 'cd ${SRCDIR}-$(mabi); LD_LIBRARY_PATH=$(pwd)/bin/shared make -k check || die' #}