summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-12-02 03:25:50 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-12-02 03:25:50 +0000
commite7cae538cb03a1e574bb761e62a256aac8c5db3d (patch)
treefb47198a9181f7bd4b72e3289b7944652eb95c11 /dev-libs/libxml2
parentlibnids 1.16: Libnids is an implementation of an E-component of Network Intr... (diff)
downloadhistorical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.tar.gz
historical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.tar.bz2
historical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.zip
miscellaneous doo-dads.
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/libxml2-2.4.10-r1.ebuild24
1 files changed, 9 insertions, 15 deletions
diff --git a/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild b/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild
index 9ca8a4604af5..24d48bdaa221 100644
--- a/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild
+++ b/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild
@@ -1,18 +1,13 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2001 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/libxml2/libxml2-2.4.10-r1.ebuild,v 1.1 2001/11/13 00:10:32 hallski Exp $
+# Maintainer: Daniel Robbins <drobbins@gentoo.org>, Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.10-r1.ebuild,v 1.2 2001/12/02 03:25:50 drobbins Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}"
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${P}.tar.gz"
HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1
- >=sys-libs/zlib-1.1.3"
+DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 >=sys-libs/readline-4.1 >=sys-libs/zlib-1.1.3"
src_unpack() {
unpack ${A}
@@ -21,10 +16,10 @@ src_unpack() {
}
src_compile() {
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
+ ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc \
--with-zlib || die
emake || die
@@ -32,6 +27,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die
-
dodoc AUTHORS COPYING* ChangeLog NEWS README
}