diff options
author | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
commit | 20107df59a093c814f11aa0328f3d006a3aa696e (patch) | |
tree | 386ebe17c5486289ba3d6d12bed05575688dcf66 /~fauno/ldapscripts | |
parent | d5bbc26b6a8a40b207200a1d19d466206ea3ee13 (diff) |
Fri Aug 10 00:02:11 UTC 2012
Diffstat (limited to '~fauno/ldapscripts')
-rw-r--r-- | ~fauno/ldapscripts/PKGBUILD | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/~fauno/ldapscripts/PKGBUILD b/~fauno/ldapscripts/PKGBUILD new file mode 100644 index 000000000..59080b1cf --- /dev/null +++ b/~fauno/ldapscripts/PKGBUILD @@ -0,0 +1,20 @@ +pkgname=ldapscripts +pkgver=2.0.1 +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=('212a62b3e808faf8d347429ccd2cef09') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" \ + ETCDIR=/etc/ldapscripts \ + MANDIR=/usr/share/man \ + LIBDIR=/usr/share/ldapscripts \ + PREFIX=/usr install +} |