libidn: update to 1.25.

This commit is contained in:
Juan RP 2012-06-18 12:06:09 +02:00
parent 4ae98c6d8c
commit 517cd11ee6
2 changed files with 6 additions and 8 deletions

View file

@ -1,12 +1,11 @@
# Template file for 'libidn-devel'. # Template file for 'libidn-devel'.
# #
depends="glibc-devel libidn" depends="glibc-devel libidn>=$version"
short_desc="${short_desc} - development files" short_desc="${short_desc} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." 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/*.a" usr/lib

View file

@ -1,16 +1,17 @@
# Template build file for 'libidn'. # Template build file for 'libidn'.
pkgname=libidn pkgname=libidn
version=1.24 version=1.25
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz" 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 --enable-threads=posix"
makedepends="perl pkg-config" makedepends="perl pkg-config"
revision=1 subpackages="$pkgname-devel"
short_desc="Internationalized Domain Names command line tool" short_desc="Internationalized Domain Names command line tool"
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="GPL3, LGPL"
checksum=da1708c6063ecb7951a0908e67df3eacdfe128b18edaa6cf6867d7b73b5f35ff distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
checksum=7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716
long_desc=" long_desc="
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
specifications defined by the IETF Internationalized Domain Names (IDN) specifications defined by the IETF Internationalized Domain Names (IDN)
@ -24,5 +25,3 @@ long_desc="
bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep,
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported." IDNA are supported."
subpackages="$pkgname-devel"