diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-28 03:23:04 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-01-28 03:23:04 -0300 |
commit | 4fd38b1c7635719535ed16a2ed7cf6814ded90f8 (patch) | |
tree | 5a3adb6091fae6f777c4654663018715d04ab789 /pkgs/ldapscripts/PKGBUILD | |
parent | 21c6105c4fdacb617bd6a1cc06222f1de93be47e (diff) |
Diffstat (limited to 'pkgs/ldapscripts/PKGBUILD')
-rw-r--r-- | pkgs/ldapscripts/PKGBUILD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/ldapscripts/PKGBUILD b/pkgs/ldapscripts/PKGBUILD new file mode 100644 index 0000000..85febd3 --- /dev/null +++ b/pkgs/ldapscripts/PKGBUILD @@ -0,0 +1,15 @@ +pkgname=ldapscripts +pkgver=1.9.0 +pkgrel=1 +pkgdesc="Shell scripts that allow to manage POSIX accounts (users, groups, machines) in an LDAP directory" +arch=('any') +url="http://contribs.martymac.org/" +license=('GPL') +depends=('sharutils') +source=(http://contribs.martymac.org/ldapscripts/${pkgname}-${pkgver}.tgz) +md5sums=('8f3687798c1f4bf4abf79da5e9831126') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" ETCDIR=/etc/ldapscripts MANDIR=/usr/share/man LIBDIR=/usr/share/ldapscripts PREFIX=/usr install || return 1 +} |