# $Id$ PNAME="libaio" PVER="0.3.110" PBUILD="r2" PCAT="dev-libs" DESCRIPTION="The Linux-native asynchronous I/O facility (aio) library." HOMEPAGE="http://lse.sourceforge.net/io/aio.html" DEPEND=">= virtual/glibc" SRCFILE="${PNAME}_${PVER}.orig.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" msetfeature "!check" # mount fails in test sminclude mbuild SRC_URI=( http://ftp.de.debian.org/debian/pool/main/liba/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2SEPERATOR="_" UP2DATE="updatecmd http://ftp.de.debian.org/debian/pool/main/liba/${PNAME}/ | sed 's:.orig::g' | highesttarball gz" src_compile() { cd ${SRCDIR} # libaio is picky about used cflags CFLAGS="${CFLAGS//-fstack-protector-strong}" mmake || die }