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

Tobias Powalowski tpowa at archlinux.org
Wed Aug 31 07:19:40 UTC 2011


    Date: Wednesday, August 31, 2011 @ 03:19:40
  Author: tpowa
Revision: 136619

db-move: moved nfsidmap from [testing] to [core] (x86_64)

Added:
  nfsidmap/repos/core-x86_64/PKGBUILD
    (from rev 136617, nfsidmap/repos/testing-x86_64/PKGBUILD)
Deleted:
  nfsidmap/repos/core-x86_64/PKGBUILD
  nfsidmap/repos/testing-x86_64/

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 29 insertions(+), 32 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-08-31 07:19:39 UTC (rev 136618)
+++ core-x86_64/PKGBUILD	2011-08-31 07:19:40 UTC (rev 136619)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd <jvinet at zeroflux.org>
-
-pkgname=nfsidmap
-pkgver=0.24
-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)
-md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
-
-build() {
-  cd $srcdir/lib$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # remove idmap manpage provided by nfs-utils!
-  rm $pkgdir/usr/share/man/man5/idmapd.conf.5
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
-}

Copied: nfsidmap/repos/core-x86_64/PKGBUILD (from rev 136617, nfsidmap/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-08-31 07:19:40 UTC (rev 136619)
@@ -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