guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add flrig.


From: guix-commits
Subject: 02/02: gnu: Add flrig.
Date: Wed, 15 Apr 2020 16:36:26 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 8080c03d14ccdd7897a902966ea4aeea8dbfd359
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Wed Apr 15 19:44:41 2020 +0200

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

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 7afb062..1cee3ba 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -560,3 +560,31 @@ connecting the microphone and headphone connections of a 
computer to some radio
 hardware.")
     (home-page "http://www.w1hkj.com/";)
     (license license:gpl3+)))
+
+(define-public flrig
+  (package
+    (name "flrig")
+    (version "1.3.50")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://www.w1hkj.com/files/flrig/flrig-";
+                           version ".tar.gz"))
+       (sha256
+        (base32 "0fzrknzzi8kmzmrcfpc8rxr7v4a4ny6z6z5q5qwh95sp2kn2qzp9"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("fltk" ,fltk)
+       ("libx11" ,libx11)
+       ("libxext" ,libxext)
+       ("libxfixes" ,libxfixes)
+       ("libxft" ,libxft)))
+    (synopsis "Radio transceiver control program")
+    (description
+     "Flrig is a transceiver control program for amateur radio use.
+It provides computer aided control of various radios using a serial
+or USB connection.")
+    (home-page "http://www.w1hkj.com/";)
+    (license license:gpl3+)))



reply via email to

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