summaryrefslogtreecommitdiff
path: root/~fauno/ldapscripts/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-08-28 16:24:19 -0300
commite0acf42ad03cac39336017463fad3f5ff2d3179f (patch)
tree6ae1fb22259bf4019c40561c760948e36123c98f /~fauno/ldapscripts/PKGBUILD
parent3f64055d01d6333452df7b36a2a581aa3a6ff96f (diff)
downloadabslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.gz
abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.tar.bz2
abslibre-e0acf42ad03cac39336017463fad3f5ff2d3179f.zip
remove fauno personal repo from abslibre
Diffstat (limited to '~fauno/ldapscripts/PKGBUILD')
-rw-r--r--~fauno/ldapscripts/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/~fauno/ldapscripts/PKGBUILD b/~fauno/ldapscripts/PKGBUILD
deleted file mode 100644
index 59080b1cf..000000000
--- a/~fauno/ldapscripts/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-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
-}