# $Id$ PNAME="acl" PVER="2.2.53" PBUILD="r1" PCAT="sys-apps" DESCRIPTION="acl: POSIX Access Control Lists." HOMEPAGE="http://savannah.nongnu.org/projects/${PNAME}" DEPEND=">= sys-apps/attr-2.4" SDEPEND=">= sys-dev/autoconf-5 >= sys-dev/gettext-0.18" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mtools multilib mbuild msetfeature "!check" SRC_URI=( http://download.savannah.gnu.org/releases/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2SUBSTITUTE=".src" UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME} | highesttarball gz" src_compile() { # enable CFLAGS export OPTIMIZER="${CFLAGS}" # disable debug code export DEBUG="-DNDEBUG" mconfigure \ --libexecdir=/usr/'$(mlibdir)' \ --enable-gettext \ --disable-static \ || die mmake || die }