diff options
author | 2001-12-02 03:25:50 +0000 | |
---|---|---|
committer | 2001-12-02 03:25:50 +0000 | |
commit | e7cae538cb03a1e574bb761e62a256aac8c5db3d (patch) | |
tree | fb47198a9181f7bd4b72e3289b7944652eb95c11 /dev-libs | |
parent | libnids 1.16: Libnids is an implementation of an E-component of Network Intr... (diff) | |
download | historical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.tar.gz historical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.tar.bz2 historical-e7cae538cb03a1e574bb761e62a256aac8c5db3d.zip |
miscellaneous doo-dads.
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.10-r1.ebuild | 24 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.7-r1.ebuild | 22 |
2 files changed, 18 insertions, 28 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 } diff --git a/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild b/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild index 662c824ddd97..7b1c777291e7 100644 --- a/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild @@ -1,19 +1,16 @@ # 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/libxslt/libxslt-1.0.7-r1.ebuild,v 1.1 2001/11/16 12:39:21 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.7-r1.ebuild,v 1.2 2001/12/02 03:25:50 drobbins Exp $ -A=${P}.tar.gz S=${WORKDIR}/${P} -DESCRIPTION="libxslt" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}" +DESCRIPTION="XSLT libraries and tools" +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" -RDEPEND="virtual/glibc - >=dev-libs/libxml2-2.4.10" +RDEPEND="virtual/glibc >=dev-libs/libxml2-2.4.10" -DEPEND="${RDEPEND} - sys-devel/perl" +DEPEND="${RDEPEND} sys-devel/perl" src_unpack() { unpack ${A} @@ -21,16 +18,15 @@ src_unpack() { } src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ + ./configure --host=${CHOST} \ + --prefix=/usr \ --mandir=/usr/share/man || die - make || die + emake || die } src_install() { - make DESTDIR=${D} install || die - + make DESTDIR=${D} install || die dodoc AUTHORS COPYING* ChangeLog README NEWS TODO mv ${D}/usr/doc/${P}/html ${D}/usr/share/doc/${PF}/ rm -rf ${D}/usr/doc |