2009-02-25 16:39:02 +01:00
|
|
|
# Template build file for 'libidn'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libidn
|
2009-06-19 08:23:53 +02:00
|
|
|
version=1.15
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz"
|
2008-09-30 15:22:57 +02:00
|
|
|
build_style=gnu_configure
|
2008-09-30 18:58:04 +02:00
|
|
|
configure_args="--disable-csharp --disable-java"
|
2008-09-30 15:22:57 +02:00
|
|
|
short_desc="Internationalized Domain Names command line tool"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-06-19 08:23:53 +02:00
|
|
|
checksum=db75022eff366bd5646ab1e6d7bcd1c2048473a7dbdf0cd0421de92c88bbdc18
|
2008-09-30 15:22:57 +02:00
|
|
|
long_desc="
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
|
|
|
specifications defined by the IETF Internationalized Domain Names (IDN)
|
|
|
|
working group. It is used to prepare internationalized strings (such as
|
|
|
|
domain name labels, usernames, and passwords) in order to increase the
|
|
|
|
likelihood that string input and string comparison work in ways that make
|
|
|
|
sense for typical users throughout the world.
|
|
|
|
|
|
|
|
The library contains a generic Stringprep implementation that does Unicode
|
|
|
|
3.2 NFKC normalization, mapping and prohibition of characters, and
|
|
|
|
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
|
|
|
|
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
|
|
|
|
IDNA are supported."
|
2008-10-20 16:34:27 +02:00
|
|
|
|
2009-02-25 16:39:02 +01:00
|
|
|
subpackages="devel"
|
|
|
|
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency build perl
|
|
|
|
Add_dependency build pkg-config
|
2009-11-01 22:34:33 +01:00
|
|
|
Add_dependency build gettext
|
|
|
|
Add_dependency build texinfo
|