[app-admin/ldapscripts] version bump from sunrise, EAPI=4
This commit is contained in:
parent
5e855f1674
commit
43c1aae913
1
app-admin/ldapscripts/Manifest
Normal file
1
app-admin/ldapscripts/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST ldapscripts-2.0.1.tgz 35664 SHA256 c80727b840b172d916e18961de9033ef269a704e1446b3bea53faf9a86687d66
|
27
app-admin/ldapscripts/ldapscripts-2.0.1.ebuild
Normal file
27
app-admin/ldapscripts/ldapscripts-2.0.1.ebuild
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user