diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:57:55 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:57:55 +0000 |
commit | ee219152c24e92092e56950a344702797151fbcc (patch) | |
tree | 3cdd1f2335929fbf4b9bff1004dccfefc9a0296d /net-libs | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-ee219152c24e92092e56950a344702797151fbcc.tar.gz gentoo-2-ee219152c24e92092e56950a344702797151fbcc.tar.bz2 gentoo-2-ee219152c24e92092e56950a344702797151fbcc.zip |
*** empty log message ***
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwww/files/digest-libwww-5.3.1 | 1 | ||||
-rw-r--r-- | net-libs/libwww/libwww-5.3.1.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/libwww/files/digest-libwww-5.3.1 b/net-libs/libwww/files/digest-libwww-5.3.1 deleted file mode 100644 index e7fe138b985b..000000000000 --- a/net-libs/libwww/files/digest-libwww-5.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 74e09f8afa84e8a688766856fe9c134c w3c-libwww-5.3.1.tar.gz diff --git a/net-libs/libwww/libwww-5.3.1.ebuild b/net-libs/libwww/libwww-5.3.1.ebuild deleted file mode 100644 index 6fd95a889a92..000000000000 --- a/net-libs/libwww/libwww-5.3.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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/net-libs/libwww/libwww-5.3.1.ebuild,v 1.2 2000/11/02 08:31:52 achim Exp $ - -A=w3c-${P}.tar.gz -S=${WORKDIR}/w3c-${P} -DESCRIPTION="A general-purpose client side WEB API" -SRC_URI="http://www.w3.org/Library/Distribution/${A}" -HOMEPAGE="http://www.w3.org/Library/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=dev-db/mysql-3.23.26 - >=dev-libs/openssl-0.9.6" - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} --with-zlib \ - --with-md5 --with-ssl --with-mysql - try make - -} - -src_install () { - - cd ${S} - try make DESTDIR=${D} install - -} - |