me
/
guix
Archived
1
0
Fork 0

gnu: hamlib: Update to 4.5.5.

* gnu/packages/radio.scm (hamlib): Update to 4.5.5.
  [source]: Switch to git-fetch method.
  [arguments]: Remove 'force-bootstrap' phase.

Change-Id: Ia281f76ab0fd87b99c69eb56e004a3947455e539
master
Guillaume Le Vaillant 2024-04-19 11:04:34 +02:00
parent 3743e99186
commit 9719de0764
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 8 additions and 14 deletions

View File

@ -1491,15 +1491,16 @@ E.g.: @code{(udev-rules-service 'bladerf bladerf)}.")
(define-public hamlib (define-public hamlib
(package (package
(name "hamlib") (name "hamlib")
(version "4.4") (version "4.5.5")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/Hamlib/Hamlib/releases/download/" (url "https://github.com/Hamlib/Hamlib")
version "/hamlib-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "11r4i8gmxnb6ixpk4ns38c9xwj3qibp2v3pkhy2z0lhz0xxi1w4b")))) (base32 "1z774z0g7ryamzvdm5f9b3py0lacrvmp2581jn3d581lw35hvfjw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf
@ -1523,14 +1524,7 @@ E.g.: @code{(udev-rules-service 'bladerf bladerf)}.")
"--with-lua-binding" "--with-lua-binding"
"--with-python-binding" "--with-python-binding"
"--with-tcl-binding" "--with-tcl-binding"
"--with-xml-support") "--with-xml-support")))
#:phases
(modify-phases %standard-phases
(add-before 'bootstrap 'force-bootstrap
;; The included configure script is misbuilt. It will never find
;; pkg-config, and hence any libraries that rely on it. Rebuild it.
(lambda _
(delete-file "configure"))))))
(synopsis "Tools and API to control radios") (synopsis "Tools and API to control radios")
(description (description
"The Ham Radio Control Library (Hamlib) is a project to provide programs "The Ham Radio Control Library (Hamlib) is a project to provide programs