The libassuan package contains an inter process communication library used by some of the other GnuPG related packages. libassuan's primary use is to allow a client to interact with a non-persistent server. libassuan is not, however, limited to use with GnuPG servers and clients. It was designed to be flexible enough to meet the demands of many transaction based environments with non-persistent servers.
This package is known to build and work properly using an LFS-7.9 platform.
Download (FTP): ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-2.4.2.tar.bz2
Download MD5 sum: 70151995c2330ae1261c0a7ca34cf478
Download size: 576 KB
Estimated disk space required: 6.7 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
texlive-20150521 (or install-tl-unx)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libassuan
Install libassuan by running the following commands:
./configure --prefix=/usr && make
If you wish to build documentation, you must have texlive-20150521 installed and issue the following commands:
make -C doc pdf ps
To test the results, issue: make check.
Now, as the root
user:
make install
If you built the documentation, install it by running the following
commands as the root
user:
install -v -dm755 /usr/share/doc/libassuan-2.4.2 && install -v -m644 doc/assuan.{pdf,ps,dvi} \ /usr/share/doc/libassuan-2.4.2
Last updated on 2016-02-26 19:14:42 -0800