diff options
Diffstat (limited to 'net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild')
-rw-r--r-- | net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild b/net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild deleted file mode 100644 index fdfc8e84d2fe..000000000000 --- a/net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/smbldap-tools/smbldap-tools-0.9.2-r1.ebuild,v 1.8 2007/07/15 23:05:11 mr_bones_ Exp $ - -inherit eutils - -MY_PN=${PN/-*/} -DESCRIPTION="Idealx samba ldap management tools" -HOMEPAGE="http://samba.idealx.org/" -SRC_URI="http://samba.idealx.org/dist/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="doc" - -RDEPEND=" - net-nds/openldap - >=net-fs/samba-3.0.1 - dev-perl/perl-ldap - dev-perl/Crypt-SmbHash - dev-perl/Digest-SHA1 - dev-perl/Unicode-MapUTF8 - " -DEPEND="${DEPEND} - >sys-apps/sed-4 - " - -src_unpack() { - unpack ${A} - cd "${S}" - - # conf install path cleanup - sed -i "s:/etc/opt/IDEALX/\(smbldap-tools/\):/etc/\1:g" smbldap_tools.pm - sed -i "s:/etc/opt/IDEALX/\(smbldap-tools/\):/etc/\1:g" configure.pl - sed -i "s:/etc/opt/IDEALX:/etc:g" smbldap.conf -} - -src_compile() { - einfo "COMPILE: nothing to compile; scripts package" -} - -src_install() { - make install prefix=${D}/usr sysconfdir=${D}/etc || die - - into /usr - dosbin configure.pl - - rm -f ${D}/usr/sbin/*.spec - #docs - dodoc CONTRIBUTORS ChangeLog FILES INFRA INSTALL README TODO - if use doc; then - insinto /usr/share/doc/${PF}/doc; doins ${S}/doc/* - insinto /usr/share/doc/${PF}/doc/html; doins ${S}/doc/html/* - fi -} - -pkg_postinst() { - einfo "A good howto is found on http://samba.idealx.org" -} |