diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-16 15:33:00 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-16 15:33:00 +0000 |
commit | 25d6b7d7763a43ef488c4bd730f4acd8a8cb4d76 (patch) | |
tree | d02725aba3b9f71de10b30b199fd3c27966c9df4 /sys-devel | |
parent | new version (diff) | |
download | historical-25d6b7d7763a43ef488c4bd730f4acd8a8cb4d76.tar.gz historical-25d6b7d7763a43ef488c4bd730f4acd8a8cb4d76.tar.bz2 historical-25d6b7d7763a43ef488c4bd730f4acd8a8cb4d76.zip |
new version
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52f.ebuild | 31 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52f | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/sys-devel/autoconf/autoconf-2.52f.ebuild b/sys-devel/autoconf/autoconf-2.52f.ebuild new file mode 100644 index 000000000000..394b38c4262c --- /dev/null +++ b/sys-devel/autoconf/autoconf-2.52f.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52f.ebuild,v 1.1 2001/12/16 15:33:00 azarah Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Used to create autoconfiguration files" +SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" + +DEPEND=">=sys-devel/m4-1.4o-r2" + + +src_compile() { + + ./configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --target=${CHOST} || die + + make ${MAKEOPTS} || die +} + +src_install() { + + make DESTDIR=${D} install || die + + dodoc COPYING AUTHORS BUGS ChangeLog ChangeLog.0 ChangeLog.1 NEWS README TODO THANKS +} + + diff --git a/sys-devel/autoconf/files/digest-autoconf-2.52f b/sys-devel/autoconf/files/digest-autoconf-2.52f new file mode 100644 index 000000000000..38964c3595fa --- /dev/null +++ b/sys-devel/autoconf/files/digest-autoconf-2.52f @@ -0,0 +1 @@ +MD5 699858608615777862bdadfa7dbe0207 autoconf-2.52f.tar.bz2 737280 |