From 5b04cd50f6b34e3111f756f852f15101cfc681e6 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Wed, 27 Mar 2002 11:16:42 +0000 Subject: Ungzipped HTML docs, and removed obsolete ebuilds --- dev-libs/libpcre/libpcre-3.9-r1.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dev-libs/libpcre/libpcre-3.9-r1.ebuild (limited to 'dev-libs/libpcre/libpcre-3.9-r1.ebuild') diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild new file mode 100644 index 000000000000..014597eecd87 --- /dev/null +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Claes Nästen +# /home/cvsroot/gentoo-x86/skel.build,v 1.9 2001/10/21 16:17:12 agriffis Exp + +S=${WORKDIR}/pcre-${PV} +DESCRIPTION="Perl-compitable regular expression library" +SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" +HOMEPAGE="http://www.pcre.org/" + +DEPEND="virtual/glibc" +SLOT="3" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + dodoc AUTHORS COPYING INSTALL LICENCE NON-UNIX-USE + dodoc doc/*.txt + dodoc doc/Tech.Notes + dohtml -r doc +} -- cgit v1.2.3-65-gdbad