[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/133: gnu: Add libnfs.
From: |
guix-commits |
Subject: |
117/133: gnu: Add libnfs. |
Date: |
Sun, 6 Jan 2019 16:59:50 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 45e3c35514cecc2aa4c9a9b4f13ce785e353bc4c
Author: Ricardo Wurmus <address@hidden>
Date: Thu Dec 6 07:23:22 2018 +0100
gnu: Add libnfs.
* gnu/packages/file-systems.scm (libnfs): New variable.
---
gnu/packages/file-systems.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 93d1561..f6aed49 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -248,6 +248,41 @@ All of this is accomplished without a centralized metadata
server.")
"This is a file system client based on the FTP File Transfer Protocol.")
(license license:gpl2+)))
+(define-public libnfs
+ (package
+ (name "libnfs")
+ (version "3.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/sahlberg/libnfs.git")
+ (commit (string-append "libnfs-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404"))))
+ (build-system gnu-build-system)
+ (home-page "https://github.com/sahlberg/libnfs")
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Client library for accessing NFS shares")
+ (description "LIBNFS is a client library for accessing NFS shares over a
+network. LIBNFS offers three different APIs, for different use :
+
address@hidden
address@hidden RAW, a fully asynchronous low level RPC library for NFS
protocols. This
+ API provides very flexible and precise control of the RPC issued.
address@hidden NFS ASYNC, a fully asynchronous library for high level vfs
functions
address@hidden NFS SYNC, a synchronous library for high level vfs functions.
address@hidden enumerate\n")
+ (license (list license:lgpl2.1+ ; library
+ license:gpl3+ ; tests
+ license:bsd-3 ; copied nsf4 files
+ ))))
+
(define-public apfs-fuse
(let ((commit "c7036a3030d128bcecefc1eabc47c039ccfdcec9")
(revision "0"))
- 100/133: gnu: glib: Install m4 macros., (continued)
- 100/133: gnu: glib: Install m4 macros., guix-commits, 2019/01/06
- 102/133: gnu: gtkmm: Update to 3.24.0., guix-commits, 2019/01/06
- 108/133: gnu: gnome-calculator: Update to 3.30.1., guix-commits, 2019/01/06
- 77/133: gnu: gmime: Update to 3.2.3., guix-commits, 2019/01/06
- 78/133: gnu: Add mozjs-60., guix-commits, 2019/01/06
- 103/133: gnu: atkmm: Update to 2.28.0., guix-commits, 2019/01/06
- 101/133: gnu: libimobiledevice: Propagate libplist., guix-commits, 2019/01/06
- 105/133: gnu: at-spi2-atk: Update to 2.30.0., guix-commits, 2019/01/06
- 107/133: gnu: gnome-system-monitor: Update to 3.30.0., guix-commits, 2019/01/06
- 109/133: gnu: network-manager-applet: Update to 1.8.18., guix-commits, 2019/01/06
- 117/133: gnu: Add libnfs.,
guix-commits <=
- 111/133: gnu: gnome-keyring: Add missing input., guix-commits, 2019/01/06
- 113/133: gnu: network-manager: Update to 1.14.4., guix-commits, 2019/01/06
- 126/133: gnu: yelp-xsl: Update to 3.30.1., guix-commits, 2019/01/06
- 125/133: gnu: gexiv2: Update to 0.10.9., guix-commits, 2019/01/06
- 124/133: gnu: yelp: Update to 3.30.0., guix-commits, 2019/01/06
- 123/133: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/01/06
- 122/133: gnu: eog: Update to 3.28.4., guix-commits, 2019/01/06
- 114/133: gnu: network-manager-applet: Use meson build system., guix-commits, 2019/01/06
- 120/133: gnu: gnome-tweak-tool: Update to 3.30.1., guix-commits, 2019/01/06
- 129/133: gnu: eog-plugins: Update to 3.26.3., guix-commits, 2019/01/06