# $Id$ PNAME="talloc" PVER="2.1.1" 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" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude multilib SRC_URI=( http://www.samba.org/ftp/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd 'http://www.samba.org/ftp/${PNAME}/?C=M;O=A' | lasttarball gz" src_compile() { mconfigure --disable-rpath --disable-rpath-install --enable-talloc-compat1 --disable-python || die mmake || die } src_check() { all-abis 'cd ${SRCDIR}-$(mabi); LD_LIBRARY_PATH=$(pwd)/bin/shared make -k check || die' }