diff options
Diffstat (limited to 'net-libs/libwww/libwww-5.4.0-r1.ebuild')
-rw-r--r-- | net-libs/libwww/libwww-5.4.0-r1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/net-libs/libwww/libwww-5.4.0-r1.ebuild b/net-libs/libwww/libwww-5.4.0-r1.ebuild deleted file mode 100644 index 4286ab97e216..000000000000 --- a/net-libs/libwww/libwww-5.4.0-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libwww/libwww-5.4.0-r1.ebuild,v 1.19 2004/04/27 20:07:51 agriffis Exp $ - -IUSE="ssl mysql" - -inherit libtool eutils - -MY_P=w3c-${P} -S=${WORKDIR}/${MY_P} -DESCRIPTION="A general-purpose client side WEB API" -SRC_URI="http://www.w3.org/Library/Distribution/${MY_P}.tgz" -HOMEPAGE="http://www.w3.org/Library/" - -SLOT="0" -LICENSE="W3C" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64" - -RDEPEND="dev-lang/perl - >=sys-libs/zlib-1.1.4 - mysql? ( >=dev-db/mysql-3.23.26 ) - ssl? ( >=dev-libs/openssl-0.9.6 )" - -DEPEND="!dev-libs/9libs - >=sys-devel/autoconf-2.13 - ${RDEPEND}" - -src_unpack() { - - unpack ${A} - epatch ${FILESDIR}/${P}-gentoo.diff -} - -src_compile() { - - elibtoolize - - econf \ - --enable-shared \ - --enable-static \ - --with-zlib \ - --with-md5 \ - --with-expat \ - `use_with mysql` \ - `use_with ssl` \ - || die - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc COPYRIGH ChangeLog - dohtml -r . -} |