# $Id$ PNAME="autoconf" PVER="10.3" PBUILD="r1" PCAT="sys-dev" DESCRIPTION="Wrapper for autoconf to utilize serveral versions." HOMEPAGE="http://gentoo.org" DEPEND=">= sys-dev/autoconf21-2.13 >= sys-dev/autoconf26-2.69 >= sys-dev/autoconf27-2.71" SRCFILE="ac-wrapper-${PVER}.tar.bz2" SRCDIR="${BUILDDIR}/ac-wrapper-${PVER}" sminclude mbuild SRC_URI=( mirror://${PNAME}/${SRCFILE}) src_compile() { cd ${SRCDIR} mmake || die } preinstall() { # remove these to make sure symlinks install properly if # old versions were binaries for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te do if [ -e ${MROOT}/usr/bin/${x} ] then rm -f ${MROOT}/usr/bin/${x} fi done }