libidn: update to 1.26.
This commit is contained in:
parent
3376c86c1c
commit
ce10e3b05b
|
@ -1,14 +1,11 @@
|
|||
# Template file for 'libidn-devel'.
|
||||
#
|
||||
depends="glibc-devel libidn>=$version"
|
||||
depends="libidn>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
vmove usr/share/emacs usr/share
|
||||
|
|
|
@ -1,27 +1,14 @@
|
|||
# Template build file for 'libidn'.
|
||||
pkgname=libidn
|
||||
version=1.25
|
||||
version=1.26
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-csharp --disable-java --enable-threads=posix"
|
||||
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
||||
makedepends="perl pkg-config"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="Internationalized Domain Names command line tool"
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="Internationalized string handling library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnu.org/software/libidn/"
|
||||
license="GPL3, LGPL"
|
||||
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
|
||||
checksum=7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716
|
||||
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."
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-${version}.tar.gz"
|
||||
checksum=0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
|
||||
|
|
Loading…
Reference in New Issue