From b92433e327dce1c25d2e27b4d4a57703caa8abd5 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Thu, 8 Feb 2001 19:21:33 +0000 Subject: Added SRC_URI and HOMEPAGE --- dev-libs/expat/expat-1.95.1.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'dev-libs/expat') diff --git a/dev-libs/expat/expat-1.95.1.ebuild b/dev-libs/expat/expat-1.95.1.ebuild index a14a0d836a78..5370e62723ca 100644 --- a/dev-libs/expat/expat-1.95.1.ebuild +++ b/dev-libs/expat/expat-1.95.1.ebuild @@ -1,23 +1,24 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.1.ebuild,v 1.1 2001/02/08 18:03:19 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.1.ebuild,v 1.2 2001/02/08 19:21:33 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" -#FIX -#SRC_URI="http://www.openssl.org/source/${A}" -#HOMEPAGE="http://www.opensl.org/" +SRC_URI="http://download.sourceforge.net/expat/${A}" +HOMEPAGE="http://expat.sourceforge.net" -DEPEND=">=sys-libs/glibc-2.1.3" +DEPEND="virtual/glibc" -src_compile() { +src_compile() { + try ./configure --prefix=/usr try pmake } src_install() { + try make prefix=${D}/usr install dodoc ${S}/README } -- cgit v1.2.3-65-gdbad