[arch-commits] Commit in nfsidmap/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Wed Aug 31 07:19:39 UTC 2011
Date: Wednesday, August 31, 2011 @ 03:19:39
Author: tpowa
Revision: 136618
db-move: moved nfsidmap from [testing] to [core] (i686)
Added:
nfsidmap/repos/core-i686/PKGBUILD
(from rev 136617, nfsidmap/repos/testing-i686/PKGBUILD)
Deleted:
nfsidmap/repos/core-i686/PKGBUILD
nfsidmap/repos/testing-i686/
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 29 insertions(+), 32 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2011-08-31 07:19:32 UTC (rev 136617)
+++ core-i686/PKGBUILD 2011-08-31 07:19:39 UTC (rev 136618)
@@ -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-i686/PKGBUILD (from rev 136617, nfsidmap/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2011-08-31 07:19:39 UTC (rev 136618)
@@ -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