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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Oct 21 12:19:39 UTC 2013


    Date: Monday, October 21, 2013 @ 14:19:39
  Author: tpowa
Revision: 196984

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
    (from rev 196983, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
    (from rev 196983, nfsidmap/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: nfsidmap/repos/testing-i686/PKGBUILD (from rev 196983, nfsidmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-10-21 12:19:39 UTC (rev 196984)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=2
+pkgdesc="Library to help mapping IDs, mainly for NFSv4"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+depends=('glibc' 'libldap>=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 196983, nfsidmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-10-21 12:19:39 UTC (rev 196984)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=nfsidmap
+pkgver=0.25
+pkgrel=2
+pkgdesc="Library to help mapping IDs, mainly for NFSv4"
+arch=('i686' 'x86_64')
+url="http://www.citi.umich.edu/projects/nfsv4/linux/"
+depends=('glibc' 'libldap>=2.4.18')
+license=('custom:nfsidmap')
+options=(!libtool)
+source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2ac4893c92716add1a1447ae01df77ab')




More information about the arch-commits mailing list