[app-admin/ldapscripts] version bump from sunrise, EAPI=4

This commit is contained in:
Robert Förster 2012-08-08 09:17:16 +02:00
parent 5e855f1674
commit 43c1aae913
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST ldapscripts-2.0.1.tgz 35664 SHA256 c80727b840b172d916e18961de9033ef269a704e1446b3bea53faf9a86687d66

View File

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="Shell scripts to manage POSIX accounts in an LDAP."
HOMEPAGE="http://contribs.martymac.com/"
SRC_URI="http://contribs.martymac.com/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="net-nds/openldap
app-arch/sharutils"
src_compile() {
emake DESTDIR="${EROOT}" PREFIX="${EROOT}usr" LIBDIR="${EROOT}var/lib/${PN}" MANDIR="${EROOT}usr/share/man" ETCDIR="${EROOT}etc/${PN}" configure
}
src_install() {
emake DESTDIR="${ED}" PREFIX="${EROOT}usr" LIBDIR="${EROOT}var/lib/${PN}" MANDIR="${EROOT}usr/share/man" ETCDIR="${EROOT}etc/${PN}" install
dodoc CHANGELOG README TODO VERSION
}