diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:52 +0000 |
commit | 061ecd3914c1ad8b795b985f403f11d75b457971 (patch) | |
tree | 038940ba0d282f284f557d25a28268f27cf0a961 /net-libs | |
parent | Added dependencies (diff) | |
download | historical-061ecd3914c1ad8b795b985f403f11d75b457971.tar.gz historical-061ecd3914c1ad8b795b985f403f11d75b457971.tar.bz2 historical-061ecd3914c1ad8b795b985f403f11d75b457971.zip |
Added dependencies
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libwww/libwww-5.3.1.ebuild | 9 | ||||
-rw-r--r-- | net-libs/nss_ldap/nss_ldap-113.ebuild | 5 | ||||
-rw-r--r-- | net-libs/pam_ldap/pam_ldap-70.ebuild | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/net-libs/libwww/libwww-5.3.1.ebuild b/net-libs/libwww/libwww-5.3.1.ebuild index 5fd127b9fb91..6fd95a889a92 100644 --- a/net-libs/libwww/libwww-5.3.1.ebuild +++ b/net-libs/libwww/libwww-5.3.1.ebuild @@ -1,7 +1,7 @@ # 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.1 2000/10/14 11:49:11 achim Exp $ +# $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} @@ -9,11 +9,16 @@ 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 + try ./configure --prefix=/usr --host=${CHOST} --with-zlib \ + --with-md5 --with-ssl --with-mysql try make } diff --git a/net-libs/nss_ldap/nss_ldap-113.ebuild b/net-libs/nss_ldap/nss_ldap-113.ebuild index 72661d259731..5b5f18c3553c 100644 --- a/net-libs/nss_ldap/nss_ldap-113.ebuild +++ b/net-libs/nss_ldap/nss_ldap-113.ebuild @@ -1,7 +1,7 @@ # 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/nss_ldap/nss_ldap-113.ebuild,v 1.3 2000/10/30 20:08:26 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/nss_ldap/nss_ldap-113.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $ P=nss_ldap-113 A=nss_ldap-113.tar.gz @@ -10,6 +10,9 @@ DESCRIPTION="NSS LDAP Module" HOMEPAGE="http://www.padl.com/nss_ldap.html" SRC_URI="ftp://ftp.padl.com/pub/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=net-nds/openldap-1.2.11" + src_unpack() { unpack ${A} cd ${S} diff --git a/net-libs/pam_ldap/pam_ldap-70.ebuild b/net-libs/pam_ldap/pam_ldap-70.ebuild index fa119329b57c..5b957132c09e 100644 --- a/net-libs/pam_ldap/pam_ldap-70.ebuild +++ b/net-libs/pam_ldap/pam_ldap-70.ebuild @@ -1,7 +1,7 @@ # 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/pam_ldap/pam_ldap-70.ebuild,v 1.2 2000/09/15 20:09:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/pam_ldap/pam_ldap-70.ebuild,v 1.3 2000/11/02 08:31:52 achim Exp $ P=pam_ldap-70 A=pam_ldap-70.tar.gz @@ -10,6 +10,10 @@ DESCRIPTION="PAM LDAP Module" HOMEPAGE="http://www.padl.com/pam_ldap.html" SRC_URI="ftp://ftp.padl.com/pub/"${A} +DEPEND=">=sys-libs/glibc-2.1.3 + >=sys-libs/pam-0.72 + >=net-nds/openldap-1.2.11" + src_unpack() { unpack ${A} } |