summaryrefslogtreecommitdiff
path: root/pkgs/ldapscripts/PKGBUILD
blob: 85febd3352ba409546aa97f5873b6967960e0ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}