diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-25 23:43:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-25 23:43:16 +0000 |
commit | 75e17dc119a78bfb33bda0fa8d47a482556b10f1 (patch) | |
tree | 1e35041f50e1efc6333b67441413ae1700db657d /net-fs/samba-tng/samba-tng-0.3.2.ebuild | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.tar.gz gentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.tar.bz2 gentoo-2-75e17dc119a78bfb33bda0fa8d47a482556b10f1.zip |
dead
Diffstat (limited to 'net-fs/samba-tng/samba-tng-0.3.2.ebuild')
-rw-r--r-- | net-fs/samba-tng/samba-tng-0.3.2.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-fs/samba-tng/samba-tng-0.3.2.ebuild b/net-fs/samba-tng/samba-tng-0.3.2.ebuild deleted file mode 100644 index 1b75645ed65d..000000000000 --- a/net-fs/samba-tng/samba-tng-0.3.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-tng/samba-tng-0.3.2.ebuild,v 1.2 2004/06/24 22:43:58 agriffis Exp $ - -DESCRIPTION="The Next Generation of Samba" -HOMEPAGE="http://www.samba-tng.org/" -SRC_URI="http://download.samba-tng.org/tng/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="afs kerberos pam ldap cups tcpd" - -DEPEND="afs? ( net-fs/openafs ) - kerberos? ( virtual/krb5 ) - pam? ( >=sys-libs/pam-0.72 ) - ldap? ( net-nds/openldap ) - cups? ( net-print/cups ) - tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -RDEPEND="${DEPEND} - !net-fs/samba" - -src_compile() { - cd source - #local ldapconf="" - #use ldap && ldapconf="--with-passdb=ldap" - # couldnt get these to compile for me - # --with-smbwrapper \ - # `use_with kerberos krb5` \ - # ${ldapconf} \ - # `use_with afs` \ - econf \ - --with-automount \ - --with-smbmount \ - `use_with pam` \ - --with-passdb=smbpass \ - `use_with cups` \ - `use_with tcpd tcpwrappers` \ - || die - emake || die -} - -src_install() { - dodoc NEWS README ROADMAP - docinto examples - dodoc examples/* - cd source - make install DESTDIR=${D} || die -} |