[arch-commits] Commit in keyutils/repos (4 files)

Stéphane Gaudreault stephane at nymeria.archlinux.org
Tue May 14 11:50:10 UTC 2013


    Date: Tuesday, May 14, 2013 @ 13:50:09
  Author: stephane
Revision: 185502

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  keyutils/repos/testing-i686/
  keyutils/repos/testing-i686/PKGBUILD
    (from rev 185501, keyutils/trunk/PKGBUILD)
  keyutils/repos/testing-x86_64/
  keyutils/repos/testing-x86_64/PKGBUILD
    (from rev 185501, keyutils/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: keyutils/repos/testing-i686/PKGBUILD (from rev 185501, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc="Linux Key Management Utilities"
+arch=(i686 x86_64)
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
+  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
+       >> $pkgdir/etc/request-key.conf
+}

Copied: keyutils/repos/testing-x86_64/PKGBUILD (from rev 185501, keyutils/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-05-14 11:50:09 UTC (rev 185502)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+pkgname=keyutils
+pkgver=1.5.5
+pkgrel=4
+pkgdesc="Linux Key Management Utilities"
+arch=(i686 x86_64)
+url="http://www.kernel.org"
+license=('GPL2' 'LGPL2.1')
+depends=('glibc' 'sh')
+backup=(etc/request-key.conf)
+source=(http://people.redhat.com/~dhowells/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d759680b2f23c99af95938f5026f25fb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" SBINDIR='/usr/bin' BINDIR='/usr/bin' LIBDIR='/usr/lib' USRLIBDIR='/usr/lib'  install
+  # add nfsidmap to config file #30396
+  echo "# NFS idmap resolver" >> $pkgdir/etc/request-key.conf
+  echo "create id_resolver * * /usr/sbin/nfsidmap %k %d" \
+       >> $pkgdir/etc/request-key.conf
+}




More information about the arch-commits mailing list