libidn: update to 1.26.

This commit is contained in:
Juan RP 2012-12-29 09:30:05 +01:00
parent 3376c86c1c
commit ce10e3b05b
2 changed files with 9 additions and 25 deletions

View file

@ -1,14 +1,11 @@
# Template file for 'libidn-devel'. # Template file for 'libidn-devel'.
# #
depends="glibc-devel libidn>=$version" depends="libidn>=${version}"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} noarch=yes
This package contains files for development, headers, static libs, etc."
do_install() { do_install() {
vmove usr/include usr vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib
vmove usr/share/man/man3 usr/share/man vmove usr/share/man/man3 usr/share/man
vmove usr/share/emacs usr/share vmove usr/share/emacs usr/share

View file

@ -1,27 +1,14 @@
# Template build file for 'libidn'. # Template build file for 'libidn'.
pkgname=libidn pkgname=libidn
version=1.25 version=1.26
revision=1 revision=1
build_style=gnu-configure 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" makedepends="perl pkg-config"
subpackages="$pkgname-devel" subpackages="${pkgname}-devel"
short_desc="Internationalized Domain Names command line tool" short_desc="Internationalized string handling library"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnu.org/software/libidn/" homepage="http://www.gnu.org/software/libidn/"
license="GPL3, LGPL" license="GPL-3, LGPL-2.1"
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/libidn/libidn-${version}.tar.gz"
checksum=7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716 checksum=0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
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."