From ce10e3b05bfa32491ace87c80855586b19ebc7ce Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Dec 2012 09:30:05 +0100 Subject: [PATCH] libidn: update to 1.26. --- srcpkgs/libidn/libidn-devel.template | 7 ++----- srcpkgs/libidn/template | 27 +++++++-------------------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/srcpkgs/libidn/libidn-devel.template b/srcpkgs/libidn/libidn-devel.template index 701d19e63ee..d29f62dbb93 100644 --- a/srcpkgs/libidn/libidn-devel.template +++ b/srcpkgs/libidn/libidn-devel.template @@ -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 diff --git a/srcpkgs/libidn/template b/srcpkgs/libidn/template index ab9409a56dc..126cd31cd54 100644 --- a/srcpkgs/libidn/template +++ b/srcpkgs/libidn/template @@ -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 " 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