UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
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.10.3.tar.bz2
Source directory: libgcrypt-1.10.3
Package URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/l/libgcrypt-1.10.3.tar.bz2
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/0.2.1/packages/l/libgcrypt-1.10.3.tar.bz2.md5sum
Dependances: libgpg-error.
Dependance of: systemd, gtk-vnc, rasqal, gnupg, totem-pl-parser, fuse-emulator, libsecret, lightdm-app, gcr4, tigervnc-server, wireshark, gcr3, qemu, vlc.
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.10.3 &&
install -v -m644    README doc/{README.apichanges,fips*,libgcrypt*} \
                    /usr/share/doc/libgcrypt-1.10.3

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

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

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