all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 44a0086988f040fffbf50ad3381e5350ee9c8ba1 1101 bytes (raw)
name: gnu/packages/tftp-hpa.scm 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
(define-module (gnu packages tftp-hpa)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (guix licenses))

(define-public tftp-hpa
  (package
    (name "tftp-hpa")
    (version "5.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.kernel.org/pub/software/"
                                  "network/tftp/tftp-hpa/tftp-hpa-" version
                                  ".tar.xz"))
              (sha256
               (base32
                "12vidchglhyc20znq5wdsbhi9mqg90jnl7qr9qs8hbvaz4fkdvmg"))))
    (build-system gnu-build-system)
    (arguments `(#:tests? #f)) ; no test target
    (synopsis "HPA's tftp client")
    (description
     "This is a tftp client derived from OpenBSD tftp with some extra options
added and bugs fixed.  The source includes readline support but it is not
enabled due to license conflicts between the BSD advertising clause and the GPL.")
    (home-page "http://git.kernel.org/cgit/network/tftp/tftp-hpa.git/about/")
    (license (list gpl1 bsd-4))))

debug log:

solving 44a008698 ...
found 44a008698 in https://yhetil.org/guix/20170206225825.23935-1-boskovits@gmail.com/

applying [1/1] https://yhetil.org/guix/20170206225825.23935-1-boskovits@gmail.com/
diff --git a/gnu/packages/tftp-hpa.scm b/gnu/packages/tftp-hpa.scm
new file mode 100644
index 000000000..44a008698

Checking patch gnu/packages/tftp-hpa.scm...
Applied patch gnu/packages/tftp-hpa.scm cleanly.

index at:
100644 44a0086988f040fffbf50ad3381e5350ee9c8ba1	gnu/packages/tftp-hpa.scm

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.