Add (guix lzlib).
authorPierre Neidhardt <mail@ambrevar.xyz>
Fri, 8 Mar 2019 18:02:59 +0000 (19:02 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 21:21:33 +0000 (23:21 +0200)
commitfea338c6ca1922097fa233be85f424c152a4f507
tree82dc3e961d206f331ee7e31999c4b38d345d7aa4
parent46c102ca5e76ffc1daa42edba439eee9fd0f102c
Add (guix lzlib).

* guix/lzlib.scm, tests/lzlib.scm: New files.
* Makefile.am (MODULES): Add guix/lzlib.scm.
(SCM_TESTS): Add tests/lzlib.scm.
* m4/guix.m4 (GUIX_LIBLZ_LIBDIR): New macro.
* configure.ac (LIBLZ_LIBDIR): Use it.  Define and substitute
'LIBLZ'.
* guix/config.scm.in (%liblz): New variable.
* guix/self.scm (make-config.scm): Add TODO comment.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Makefile.am
configure.ac
guix/config.scm.in
guix/lzlib.scm [new file with mode: 0644]
guix/self.scm
m4/guix.m4
tests/lzlib.scm [new file with mode: 0644]