mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05: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.")
|
||||
(home-page "http://www.w1hkj.com/")
|
||||
(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