mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/nfs-utils to 2.7.1-1
This commit is contained in:
parent
077354eba0
commit
1705d8a471
3 changed files with 29 additions and 13 deletions
|
@ -1,30 +1,40 @@
|
|||
pkgbase = nfs-utils
|
||||
pkgver = 2.6.4
|
||||
pkgver = 2.7.1
|
||||
pkgrel = 1
|
||||
url = http://nfs.sourceforge.net
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = libevent
|
||||
makedepends = sqlite
|
||||
makedepends = rpcsvc-proto
|
||||
makedepends = device-mapper
|
||||
source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.6.4/nfs-utils-2.6.4.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.7.1/nfs-utils-2.7.1.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/utils/nfs-utils/2.7.1/nfs-utils-2.7.1.tar.sign
|
||||
source = exports
|
||||
source = sysusers.d
|
||||
validpgpkeys = E1B71E339E20A10A676F7CB69AFB1D681A125177
|
||||
sha256sums = 01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d
|
||||
sha256sums = 885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48
|
||||
sha256sums = SKIP
|
||||
sha256sums = b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d
|
||||
sha256sums = 8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded
|
||||
|
||||
pkgname = nfs-utils
|
||||
pkgdesc = Support programs for Network File Systems
|
||||
license = GPL2
|
||||
depends = rpcbind
|
||||
depends = nfsidmap
|
||||
depends = gssproxy
|
||||
depends = libevent
|
||||
depends = device-mapper
|
||||
depends = libxml2
|
||||
depends = libtirpc
|
||||
depends = e2fsprogs
|
||||
depends = keyutils
|
||||
depends = util-linux-libs
|
||||
depends = krb5
|
||||
depends = libcap
|
||||
depends = gcc-libs
|
||||
depends = glibc
|
||||
depends = sh
|
||||
optdepends = sqlite: for nfsdcltrack and fsidd usage
|
||||
optdepends = python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage
|
||||
backup = etc/exports
|
||||
|
@ -35,7 +45,7 @@ pkgname = nfs-utils
|
|||
|
||||
pkgname = nfsidmap
|
||||
pkgdesc = Library to help mapping IDs, mainly for NFSv4
|
||||
license = GPL2
|
||||
depends = libldap
|
||||
depends = krb5
|
||||
depends = glibc
|
||||
backup = etc/idmapd.conf
|
||||
|
|
6
core/nfs-utils/.nvchecker.toml
Normal file
6
core/nfs-utils/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[nfs-utils]
|
||||
source = "git"
|
||||
git = "git://git.linux-nfs.org/projects/steved/nfs-utils.git"
|
||||
exclude_regex = ".*(rc).*"
|
||||
from_pattern = 'nfs-utils-(\d+)-(\d+)-(\d+)'
|
||||
to_pattern = '\1.\2.\3'
|
|
@ -10,17 +10,18 @@
|
|||
|
||||
pkgbase=nfs-utils
|
||||
pkgname=('nfs-utils' 'nfsidmap')
|
||||
pkgver=2.6.4
|
||||
pkgver=2.7.1
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='http://nfs.sourceforge.net'
|
||||
license=('GPL-2.0-or-later')
|
||||
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
|
||||
sysusers.d)
|
||||
# https://mirrors.edge.kernel.org/pub/linux/utils/nfs-utils/2.6.4/sha256sums.asc
|
||||
sha256sums=('01b3b0fb9c7d0bbabf5114c736542030748c788ec2fd9734744201e9b0a1119d'
|
||||
sha256sums=('885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48'
|
||||
'SKIP'
|
||||
'b8238b74179f7e1626db2b637671ddc17288a1c5b7692954ae6d2fbb1be3788d'
|
||||
'8e1b6aa59cf5539b9da13cfec217b3ca7b6c32e08df3b0a204901ed2891b2ded')
|
||||
|
@ -66,11 +67,11 @@ check() {
|
|||
package_nfs-utils() {
|
||||
|
||||
pkgdesc="Support programs for Network File Systems"
|
||||
license=('GPL2')
|
||||
|
||||
backup=(etc/{exports,nfs.conf,nfsmount.conf}
|
||||
var/lib/nfs/{etab,rmtab})
|
||||
depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper')
|
||||
depends=('rpcbind' 'nfsidmap' 'gssproxy' 'libevent' 'device-mapper'
|
||||
'libxml2' 'libtirpc' 'e2fsprogs' 'keyutils' 'util-linux-libs'
|
||||
'krb5' 'libcap' 'gcc-libs' 'glibc' 'sh')
|
||||
optdepends=('sqlite: for nfsdcltrack and fsidd usage'
|
||||
'python: for rpcctl, nfsiostat, nfsdclnts and mountstats usage')
|
||||
|
||||
|
@ -113,9 +114,8 @@ package_nfs-utils() {
|
|||
package_nfsidmap() {
|
||||
|
||||
pkgdesc="Library to help mapping IDs, mainly for NFSv4"
|
||||
license=('GPL2')
|
||||
backup=(etc/idmapd.conf)
|
||||
depends=('libldap' 'krb5')
|
||||
depends=('libldap' 'krb5' 'glibc')
|
||||
|
||||
cd "${pkgbase}"-${pkgver}
|
||||
make -C support DESTDIR="$pkgdir" install
|
||||
|
|
Loading…
Reference in a new issue