[arch-commits] Commit in autofs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Tue Apr 3 18:36:42 UTC 2018


    Date: Tuesday, April 3, 2018 @ 18:36:41
  Author: lfleischer
Revision: 313998

archrelease: copy trunk to community-x86_64

Added:
  autofs/repos/community-x86_64/PKGBUILD
    (from rev 313997, autofs/trunk/PKGBUILD)
Deleted:
  autofs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  103 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-03 18:36:37 UTC (rev 313997)
+++ PKGBUILD	2018-04-03 18:36:41 UTC (rev 313998)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=autofs
-pkgver=5.1.3
-pkgrel=1
-pkgdesc='A kernel-based automounter for Linux.'
-arch=('i686' 'x86_64')
-url='https://www.kernel.org/pub/linux/daemons/autofs/'
-license=('GPL2')
-depends=('libxml2')
-makedepends=('libldap' 'krb5' 'kmod' 'sssd')
-optdepends=('krb5: for LDAP support'
-            'sssd: for SSSD integration')
-backup=('etc/autofs/auto.master'
-        'etc/autofs/auto.misc'
-        'etc/autofs/auto.net'
-        'etc/autofs/auto.smb'
-        'etc/autofs/autofs.conf'
-        'etc/autofs/autofs_ldap_auth.conf'
-        'etc/default/autofs')
-options=(!makeflags)
-source=("https://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
-sha256sums=('e96eebfe3ed5fb1a30f4510f538198affde223e370c6dc2bed9780309272b1bf'
-            'SKIP')
-validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \
-         -e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' samples/auto.master
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/autofs --sbindir=/usr/bin --with-mapdir=/etc/autofs \
-    --without-hesiod --enable-ignore-busy --with-systemd
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make INSTALLROOT="${pkgdir}" install
-  rm -r "$pkgdir/run"
-  install -dm755 "$pkgdir/etc/autofs/auto.master.d"
-}

Copied: autofs/repos/community-x86_64/PKGBUILD (from rev 313997, autofs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-03 18:36:41 UTC (rev 313998)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=autofs
+pkgver=5.1.4
+pkgrel=1
+pkgdesc='A kernel-based automounter for Linux.'
+arch=('x86_64')
+url='https://www.kernel.org/pub/linux/daemons/autofs/'
+license=('GPL2')
+depends=('libxml2')
+makedepends=('libldap' 'krb5' 'kmod' 'sssd' '')
+optdepends=('krb5: for LDAP support'
+            'sssd: for SSSD integration')
+backup=('etc/autofs/auto.master'
+        'etc/autofs/auto.misc'
+        'etc/autofs/auto.net'
+        'etc/autofs/auto.smb'
+        'etc/autofs/autofs.conf'
+        'etc/autofs/autofs_ldap_auth.conf'
+        'etc/default/autofs')
+options=(!makeflags)
+source=("https://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
+sha256sums=('8fce30ee51ffd528fe1a4e8374ef57f43367e1f123030e175fb1b1cf15bc1722'
+            'SKIP')
+validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \
+         -e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' samples/auto.master
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CPP=/usr/bin/cpp
+  ./configure --prefix=/usr --sysconfdir=/etc/autofs --sbindir=/usr/bin --with-mapdir=/etc/autofs \
+    --without-hesiod --enable-ignore-busy --with-systemd
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make INSTALLROOT="${pkgdir}" install
+  rm -r "$pkgdir/run"
+  install -dm755 "$pkgdir/etc/autofs/auto.master.d"
+}



More information about the arch-commits mailing list