mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: libite: Edit synopsis and description.
* gnu/packages/linux.scm (libite)[synopsis]: Improve it. [description]: Ditto.
This commit is contained in:
parent
6f01565ef0
commit
aa3cb57aab
1 changed files with 4 additions and 4 deletions
|
@ -4920,10 +4920,10 @@ (define-public libite
|
||||||
;; create pidfile in /tmp instead of /var
|
;; create pidfile in /tmp instead of /var
|
||||||
(substitute* "test/pidfile.c" (("/var/tmp") "/tmp")))))))
|
(substitute* "test/pidfile.c" (("/var/tmp") "/tmp")))))))
|
||||||
(native-inputs (list autoconf automake libtool which))
|
(native-inputs (list autoconf automake libtool which))
|
||||||
(synopsis "Missing pieces in GNU libc")
|
(synopsis "Library providing missing pieces in GNU libc")
|
||||||
(description "This package provides many of the missing pieces in GNU libc.
|
(description "This package provides many of the missing pieces in GNU
|
||||||
Most notably the string functions: strlcpy(3), strlcat(3) and the highly
|
libc. Most notably the string functions: strlcpy(3), strlcat(3) and the *BSD
|
||||||
useful *BSD sys/queue.h and sys/tree.h API's")
|
sys/queue.h and sys/tree.h API's.")
|
||||||
(home-page "https://troglobit.com/projects/libite/")
|
(home-page "https://troglobit.com/projects/libite/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue