diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-08 19:21:33 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-08 19:21:33 +0000 |
commit | b92433e327dce1c25d2e27b4d4a57703caa8abd5 (patch) | |
tree | a3f04b3d0a3467c9b21c504ef674a1d4bb70b427 /dev-libs/expat | |
parent | new stuff (diff) | |
download | gentoo-2-b92433e327dce1c25d2e27b4d4a57703caa8abd5.tar.gz gentoo-2-b92433e327dce1c25d2e27b4d4a57703caa8abd5.tar.bz2 gentoo-2-b92433e327dce1c25d2e27b4d4a57703caa8abd5.zip |
Added SRC_URI and HOMEPAGE
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
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 <achim@gentoo.org> -# $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 } |