mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/nfs-utils to 2.5.3-1
This commit is contained in:
parent
9ec04e14fb
commit
787b0dab58
1 changed files with 5 additions and 4 deletions
|
@ -10,16 +10,16 @@
|
|||
|
||||
pkgbase=nfs-utils
|
||||
pkgname=('nfs-utils' 'nfsidmap')
|
||||
pkgver=2.5.2
|
||||
pkgrel=3
|
||||
pkgver=2.5.3
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='http://nfs.sourceforge.net'
|
||||
makedepends=('libevent' 'sqlite' 'rpcsvc-proto' 'device-mapper')
|
||||
# http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=summary
|
||||
source=(https://www.kernel.org/pub/linux/utils/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.{xz,sign}
|
||||
exports)
|
||||
# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.1/sha256sums.asc
|
||||
sha256sums=('d493b81c9d3ffce5d10af701a63ed2b8a21768c23da4a2eceb4d708aea65d9de'
|
||||
# https://www.kernel.org/pub/linux/utils/nfs-utils/2.5.3/sha256sums.asc
|
||||
sha256sums=('b54d6d8ea2ee62d64111278301ba4631b7bb19174e7f717a724fe5d463900c80'
|
||||
'SKIP'
|
||||
'610715ed3daedc43b2536f541c7c57e138fb31eab5d837d9a6187a7403e30154')
|
||||
validpgpkeys=('E1B71E339E20A10A676F7CB69AFB1D681A125177') # Steve Dickson
|
||||
|
@ -39,6 +39,7 @@ build() {
|
|||
./configure --prefix=/usr \
|
||||
--sbindir=/usr/bin \
|
||||
--sysconfdir=/etc \
|
||||
--enable-nfsv4server \
|
||||
--enable-gss \
|
||||
--without-tcp-wrappers \
|
||||
--with-statedir=/var/lib/nfs \
|
||||
|
|
Loading…
Reference in a new issue