UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

libidn

libidn is a package designed for internationalized string handling based on the Stringprep, Punycode and IDNA specifications defined by the Internet Engineering Task Force (IETF) Internationalized Domain Names (IDN) working group, used for internationalized domain names. This is useful for converting data from the system's native representation into UTF-8, transforming Unicode strings into ASCII strings, allowing applications to use certain ASCII name labels (beginning with a special prefix) to represent non-ASCII name labels, and converting entire domain names to and from the ASCII Compatible Encoding (ACE) form.

Package info

Codename: libidn
Source file: libidn-1.35.tar.gz
Source directory: libidn-1.35
Package URL: https://umvirt.com/linux/downloads/0.1/packages/l/libidn-1.35.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/l/libidn-1.35.tar.gz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: psi, neomutt, gmime3.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr --disable-static

Build script:
make

Install script:
make install &&

find doc -name "Makefile*" -delete            &&
rm -rf -v doc/{gdoc,idn.1,stamp-vti,man,texi} &&
mkdir -v       /usr/share/doc/libidn-1.35     &&
cp -r -v doc/* /usr/share/doc/libidn-1.35