From 8c2f9b5d58d2c8ba17ecd94571dc41b82919228f Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Wed, 7 Feb 2001 16:05:19 +0000 Subject: Maintainence and FHS 2.1 fixes for RC4 --- sys-devel/m4/m4-1.4o-r2.ebuild | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'sys-devel/m4') diff --git a/sys-devel/m4/m4-1.4o-r2.ebuild b/sys-devel/m4/m4-1.4o-r2.ebuild index 2421b7667713..f079477bcfe7 100644 --- a/sys-devel/m4/m4-1.4o-r2.ebuild +++ b/sys-devel/m4/m4-1.4o-r2.ebuild @@ -1,27 +1,37 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r2.ebuild,v 1.2 2001/01/31 20:49:07 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4o-r2.ebuild,v 1.3 2001/02/07 16:05:19 achim Exp $ -P=m4-1.4o A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="GNU macro processor" SRC_URI="ftp://ftp.seindal.dk/gnu/${A}" HOMEPAGE="http://www.gnu.org/software/m4/m4.html" + DEPEND="virtual/glibc - >=sys-devel/libtool-1.3.5-r1" + sys-devel/gettext + >=sys-devel/libtool-1.3.5-r2" + +RDEPEND="virtual/glibc" + +src_compile() { -src_compile() { - try ./configure --prefix=/usr --libexecdir=/usr/lib --with-modules --host=${CHOST} + try ./configure --prefix=/usr --libexecdir=/usr/lib \ + --mandir=/usr/share/man --infodir=/usr/share/info \ + --with-modules --host=${CHOST} try make ${MAKEOPTS} } src_install() { cd ${S} - try make prefix=${D}/usr libexecdir=${D}/usr/lib install - rm -rf ${D}/usr/include + + try make prefix=${D}/usr libexecdir=${D}/usr/lib \ + mandir=${D}/usr/share/man infodir=${D}/usr/share/info install + + rm -rf ${D}/usr/include + dodoc AUTHORS BACKLOG ChangeLog COPYING NEWS README* THANKS TODO docinto modules dodoc modules/README modules/TODO -- cgit v1.2.3-65-gdbad