mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add wol.
* gnu/packages/networking.scm (wol): New public variable. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
parent
735a8d997a
commit
62b9ad19e3
1 changed files with 18 additions and 0 deletions
|
@ -2908,6 +2908,24 @@ (define-public tunctl
|
||||||
simulation, and a number of other applications.")
|
simulation, and a number of other applications.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public wol
|
||||||
|
(package
|
||||||
|
(name "wol")
|
||||||
|
(version "0.7.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://sourceforge/wake-on-lan/wol/"
|
||||||
|
version "/wol-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "08i6l5lr14mh4n3qbmx6kyx7vjqvzdnh3j9yfvgjppqik2dnq270"))))
|
||||||
|
(build-system gnu-build-system)
|
||||||
|
(home-page "https://sourceforge.net/projects/wake-on-lan/")
|
||||||
|
(synopsis "Implements Wake On LAN functionality in a small program")
|
||||||
|
(description "Tool to send a magic packet to wake another host on the
|
||||||
|
network. This must be enabled on the target host, usually in the BIOS.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public vde2
|
(define-public vde2
|
||||||
(package
|
(package
|
||||||
(name "vde2")
|
(name "vde2")
|
||||||
|
|
Loading…
Reference in a new issue