[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2019-09-25 Thread Andreas Radke via arch-commits
Date: Wednesday, September 25, 2019 @ 16:43:47
  Author: andyrtr
Revision: 363387

fix quoting

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-25 16:42:43 UTC (rev 363386)
+++ PKGBUILD2019-09-25 16:43:47 UTC (rev 363387)
@@ -10,18 +10,18 @@
 depends=('glibc' 'libldap>=2.4.18')
 license=('custom:nfsidmap')
 
source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')
 
 build() {
-  cd $srcdir/lib$pkgname-$pkgver
+  cd "$srcdir"/lib$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd "$srcdir"/lib$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 
   # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/nfsidmap/LICENSE
 }
-md5sums=('2c0cf0e2b1665d51fa9a783679494888')


[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2014-09-09 Thread Tobias Powalowski
Date: Tuesday, September 9, 2014 @ 15:45:14
  Author: tpowa
Revision: 221331

upgpkg: nfsidmap 0.26-1

bump to latest version

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-09 13:26:54 UTC (rev 221330)
+++ PKGBUILD2014-09-09 13:45:14 UTC (rev 221331)
@@ -3,14 +3,14 @@
 # Contributor: Judd jvi...@zeroflux.org
 
 pkgname=nfsidmap
-pkgver=0.25
-pkgrel=2
+pkgver=0.26
+pkgrel=1
 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')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
+source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
 
 build() {
   cd $srcdir/lib$pkgname-$pkgver
@@ -25,4 +25,4 @@
   # install license
   install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
 }
-md5sums=('2ac4893c92716add1a1447ae01df77ab')
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2013-10-21 Thread Tobias Powalowski
Date: Monday, October 21, 2013 @ 14:19:29
  Author: tpowa
Revision: 196983

upgpkg: nfsidmap 0.25-2

remove static libraries

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 12:18:29 UTC (rev 196982)
+++ PKGBUILD2013-10-21 12:19:29 UTC (rev 196983)
@@ -4,7 +4,7 @@
 
 pkgname=nfsidmap
 pkgver=0.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2012-09-16 Thread Tobias Powalowski
Date: Monday, September 17, 2012 @ 01:19:48
  Author: tpowa
Revision: 166727

upgpkg: nfsidmap 0.25-1

bump to latest version

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-17 05:19:09 UTC (rev 166726)
+++ PKGBUILD2012-09-17 05:19:48 UTC (rev 166727)
@@ -3,8 +3,8 @@
 # Contributor: Judd jvi...@zeroflux.org
 
 pkgname=nfsidmap
-pkgver=0.24
-pkgrel=3
+pkgver=0.25
+pkgrel=1
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;
@@ -12,7 +12,6 @@
 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
@@ -27,3 +26,4 @@
   # install license
   install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
 }
+md5sums=('2ac4893c92716add1a1447ae01df77ab')



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2011-08-26 Thread Tobias Powalowski
Date: Friday, August 26, 2011 @ 11:15:17
  Author: tpowa
Revision: 136336

upgpkg: nfsidmap 0.24-3

fix manpage 24483#

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-26 15:07:16 UTC (rev 136335)
+++ PKGBUILD2011-08-26 15:15:17 UTC (rev 136336)
@@ -4,7 +4,7 @@
 
 pkgname=nfsidmap
 pkgver=0.24
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;
@@ -24,9 +24,6 @@
   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
 }



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2011-02-27 Thread Tobias Powalowski
Date: Sunday, February 27, 2011 @ 13:55:50
  Author: tpowa
Revision: 111577

upgpkg: nfsidmap 0.24-2
rebuild against libevent 2.0.x

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-27 18:16:04 UTC (rev 111576)
+++ PKGBUILD2011-02-27 18:55:50 UTC (rev 111577)
@@ -4,7 +4,7 @@
 
 pkgname=nfsidmap
 pkgver=0.24
-pkgrel=1
+pkgrel=2
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2011-01-26 Thread Tobias Powalowski
Date: Wednesday, January 26, 2011 @ 11:43:18
  Author: tpowa
Revision: 107528

upgpkg: nfsidmap 0.24-1
bump to latest version

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-26 15:36:23 UTC (rev 107527)
+++ PKGBUILD2011-01-26 16:43:18 UTC (rev 107528)
@@ -3,8 +3,8 @@
 # Contributor: Judd jvi...@zeroflux.org
 
 pkgname=nfsidmap
-pkgver=0.23
-pkgrel=4
+pkgver=0.24
+pkgrel=1
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;
@@ -12,7 +12,7 @@
 license=('custom:nfsidmap')
 options=(!libtool)
 
source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-md5sums=('28f3ece648c1dc5d25e8d623d55f8bd6')
+md5sums=('d71a1ee9881d5b5814ff3ec41256937d')
 
 build() {
   cd $srcdir/lib$pkgname-$pkgver
@@ -30,4 +30,3 @@
   # install license
   install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
 }
-



[arch-commits] Commit in nfsidmap/trunk (PKGBUILD)

2010-12-04 Thread Allan McRae
Date: Saturday, December 4, 2010 @ 06:22:12
  Author: allan
Revision: 102067

upgpkg: nfsidmap 0.23-4
rebuild of old package, tidy up PKGBUILD

Modified:
  nfsidmap/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-04 10:59:27 UTC (rev 102066)
+++ PKGBUILD2010-12-04 11:22:12 UTC (rev 102067)
@@ -4,7 +4,7 @@
 
 pkgname=nfsidmap
 pkgver=0.23
-pkgrel=3
+pkgrel=4
 pkgdesc=Library to help mapping IDs, mainly for NFSv4
 arch=('i686' 'x86_64')
 url=http://www.citi.umich.edu/projects/nfsv4/linux/;
@@ -17,12 +17,17 @@
 build() {
   cd $srcdir/lib$pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  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 || return 1
+  rm $pkgdir/usr/share/man/man5/idmapd.conf.5
+
   # install license
-  install -Dm644 COPYING \
-   $pkgdir/usr/share/licenses/nfsidmap/LICENSE || return 1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
 }