unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add rpcbind
@ 2016-08-28 21:25 John Darrington
  2016-08-31 19:35 ` Leo Famulari
  2016-08-31 20:25 ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: John Darrington @ 2016-08-28 21:25 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

From: John Darrington <jmd@gnu.org>

* gnu/packages/linux.scm (rpcbind): New variable.
---
 gnu/packages/linux.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2d39be1..ff6b220 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -225,6 +225,34 @@ the default nsswitch and the experimental umich_ldap.")
     (license (license:non-copyleft "file://COPYING"
                                    "See COPYING in the distribution."))))
 
+(define-public rpcbind
+  (package
+    (name "rpcbind")
+    (version "0.2.3")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "mirror://sourceforge/" name "/" name "/"
+                          version "/"
+                          name "-" version ".tar.bz2"))
+      (sha256
+       (base32
+        "0yyjzv4161rqxrgjcijkrawnk55rb96ha0pav48s03l2klx855wq"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags
+       `("--with-systemdsystemunitdir=no")))
+    (inputs
+     `(("libtirpc" ,libtirpc)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://rpcbind.sourceforge.net/")
+    (synopsis "A server to convert RPC program numbers into universal addresses")
+    (description
+     "The rpcbind utility is a server that converts RPC program numbers into 
+universal addresses.")
+    (license license:bsd-3)))
+
 (define-public nfs-utils
   (package
     (name "nfs-utils")
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-09-01 12:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 21:25 [PATCH] gnu: Add rpcbind John Darrington
2016-08-31 19:35 ` Leo Famulari
2016-08-31 20:17   ` John Darrington
2016-08-31 20:25 ` Ludovic Courtès
2016-08-31 20:38   ` John Darrington
2016-09-01  4:42     ` John Darrington
2016-09-01 12:07       ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).