UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit:
[ BASH | XML | JSON ]

libgcrypt

The libgcrypt package contains a general purpose crypto library based on the code used in GnuPG. The library provides a high level interface to cryptographic building blocks using an extendable and flexible API.

Package info

Codename: libgcrypt
Source file: libgcrypt-1.11.0.tar.bz2
Source directory: libgcrypt-1.11.0
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.2/packages/l/libgcrypt-1.11.0.tar.bz2
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.2/packages/l/libgcrypt-1.11.0.tar.bz2.md5sum
Dependances: libgpg-error.
Dependance of: systemd, gtk-vnc, gnupg, rasqal, totem-pl-parser, fuse-emulator, libsecret, lightdm-app, gcr4, wireshark, tigervnc-server, gcr3, vlc, qemu.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr

Build script:
make                     

if [[ "$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

make -C doc html                                                       &&
makeinfo --html --no-split -o doc/gcrypt_nochunks.html doc/gcrypt.texi &&
makeinfo --plaintext       -o doc/gcrypt.txt           doc/gcrypt.texi

fi

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make check
fi

Install script:
make install &&
install -v -dm755   /usr/share/doc/libgcrypt-1.11.0 &&
install -v -m644    README doc/{README.apichanges,fips*,libgcrypt*} \
                    /usr/share/doc/libgcrypt-1.11.0

if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then

install -v -dm755   /usr/share/doc/libgcrypt-1.11.0/html &&
install -v -m644 doc/gcrypt.html/* \
                    /usr/share/doc/libgcrypt-1.11.0/html &&
install -v -m644 doc/gcrypt_nochunks.html \
                    /usr/share/doc/libgcrypt-1.11.0      &&
install -v -m644 doc/gcrypt.{txt,texi} \
                    /usr/share/doc/libgcrypt-1.11.0

fi

Arch specific instructions

lib32_amd64

Dependances: libgpg-error:lib32_amd64.
Configuration script:
# Use 32-bit assembler
sed 's:i\[34567\]86\*-\*-\*:x86_64-*-*:' -i mpi/config.links
sed 's:x86_64-\*-\*:ignore:;s:i?86-\*-\*:x86_64-*-*:' -i configure.ac

autoreconf -fi

CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure --prefix=/usr --disable-static --disable-padlock-support \
              --libdir=/usr/lib32 --enable-share

Build script:
make

Install script:
make DESTDIR=\$PWD/DESTDIR install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32


Apache/2.4.62 (Debian) Server at ulfs.org Port 443