guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add flwrap.


From: guix-commits
Subject: 02/02: gnu: Add flwrap.
Date: Thu, 16 Apr 2020 09:17:32 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 90ec7085793700552359d9d409287528437f0280
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Thu Apr 16 15:08:53 2020 +0200

    gnu: Add flwrap.
    
    * gnu/packages/radio.scm (flwrap): New variable.
---
 gnu/packages/radio.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 417677e..8f1562a 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -615,3 +615,32 @@ or USB connection.")
 (Amateur Multicast Protocol).")
     (home-page "http://www.w1hkj.com/";)
     (license license:gpl3+)))
+
+(define-public flwrap
+  (package
+    (name "flwrap")
+    (version "1.3.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.w1hkj.com/files/flwrap/flwrap-";
+                           version ".tar.gz"))
+       (sha256
+        (base32 "0qqivqkkravcg7j45740xfky2q3k7czqpkj6y364qff424q2pppg"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("fltk" ,fltk)
+       ("libx11" ,libx11)
+       ("libxext" ,libxext)
+       ("libxfixes" ,libxfixes)
+       ("libxft" ,libxft)))
+    (synopsis "File encapsulation program")
+    (description
+     "Flwrap is a software utility for amateur radio use.  Its purpose is to
+encapsulate both text and binary files in a way that allows them to be
+transmitted over any of several digital modes and verified at the receipt end
+for correctness.")
+    (home-page "http://www.w1hkj.com/";)
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]