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

Tobias Powalowski tpowa at archlinux.org
Fri Aug 26 15:15:41 UTC 2011


    Date: Friday, August 26, 2011 @ 11:15:41
  Author: tpowa
Revision: 136337

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

Added:
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-i686/PKGBUILD
    (from rev 136336, nfsidmap/trunk/PKGBUILD)
  nfsidmap/repos/testing-x86_64/
  nfsidmap/repos/testing-x86_64/PKGBUILD
    (from rev 136336, 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 136336, nfsidmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-08-26 15:15:41 UTC (rev 136337)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+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)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+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
+}

Copied: nfsidmap/repos/testing-x86_64/PKGBUILD (from rev 136336, nfsidmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-08-26 15:15:41 UTC (rev 136337)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd <jvinet at zeroflux.org>
+
+pkgname=nfsidmap
+pkgver=0.24
+pkgrel=3
+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)
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
+
+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
+}




More information about the arch-commits mailing list