diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /net-fs/autofs/autofs-3.1.7-r3.ebuild | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r3.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-3.1.7-r3.ebuild | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r3.ebuild b/net-fs/autofs/autofs-3.1.7-r3.ebuild index 8dc1ebfecd5a..eeae50a8ffed 100644 --- a/net-fs/autofs/autofs-3.1.7-r3.ebuild +++ b/net-fs/autofs/autofs-3.1.7-r3.ebuild @@ -1,18 +1,14 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.14 2005/01/07 11:54:04 robbat2 Exp $ - -IUSE="ldap" - -DESCRIPTION="Kernel based automounter" -HOMEPAGE="http://www.linux-consulting.com/Amd_AutoFS/autofs.html" -SRC_URI="mirror://kernel/linux/daemons/autofs/${P}.tar.bz2" - -DEPEND="ldap? ( >=net-nds/openldap-1.2 )" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86" +# Copyright 1999-2002 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-fs/autofs/autofs-3.1.7-r3.ebuild,v 1.1 2002/04/17 04:34:25 seemant Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Automounter" +SRC_URI="ftp://ftp.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 + ftp://ftp.de.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2 + ftp://ftp.uk.kernel.org/pub/linux/daemons/autofs/${P}.tar.bz2" +DEPEND="virtual/glibc ldap? ( ~net-nds/openldap-1.2 )" src_unpack() { unpack ${A} ; cd ${S}/include @@ -22,9 +18,6 @@ src_unpack() { src_compile() { local myconf use ldap || myconf="--without-openldap" - export HAVE_LDAP=1 - export LIBLDAP="$LIBLDAP -lldap -llber" - export LIBS="-lldap -llber $LIBS" ./configure --host=${HOST} --prefix=/usr ${myconf} || die emake || die } |