mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add flamp.
* gnu/packages/radio.scm (flamp): New variable.
This commit is contained in:
parent
3f782a6d95
commit
660912a477
1 changed files with 27 additions and 0 deletions
|
@ -588,3 +588,30 @@ (define-public flrig
|
||||||
or USB connection.")
|
or USB connection.")
|
||||||
(home-page "http://www.w1hkj.com/")
|
(home-page "http://www.w1hkj.com/")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public flamp
|
||||||
|
(package
|
||||||
|
(name "flamp")
|
||||||
|
(version "2.2.05")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://www.w1hkj.com/files/flamp/flamp-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "19z1kghhdf7bq6hi2j0mzlsn2nhpn3gl1a623x3inmsk80yw3ck4"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(inputs
|
||||||
|
`(("fltk" ,fltk)
|
||||||
|
("libx11" ,libx11)
|
||||||
|
("libxext" ,libxext)
|
||||||
|
("libxfixes" ,libxfixes)
|
||||||
|
("libxft" ,libxft)))
|
||||||
|
(synopsis "Tool for AMP file transfer")
|
||||||
|
(description
|
||||||
|
"FLAMP is a program for transfering files by radio waves using AMP
|
||||||
|
(Amateur Multicast Protocol).")
|
||||||
|
(home-page "http://www.w1hkj.com/")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue