libidn: update to 1.24.

This commit is contained in:
Juan RP 2012-01-29 17:41:57 +01:00
parent 63bff1daaa
commit e9b5a73b1e
2 changed files with 9 additions and 13 deletions

View file

@ -8,14 +8,11 @@ long_desc="${long_desc}
Add_dependency run glibc-devel Add_dependency run glibc-devel
Add_dependency run libidn Add_dependency run libidn
do_install() do_install() {
{ vmove usr/include usr
mkdir -p ${DESTDIR}/usr/lib vmove "usr/lib/*.a" usr/lib
mkdir -p ${DESTDIR}/usr/share/man vmove usr/lib/pkgconfig usr/lib
vmove usr/share/man/man3 usr/share/man
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr vmove usr/share/emacs usr/share
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib vmove usr/share/info usr/share
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/share/{emacs,info} ${DESTDIR}/usr/share
} }

View file

@ -1,15 +1,14 @@
# Template build file for 'libidn'. # Template build file for 'libidn'.
pkgname=libidn pkgname=libidn
version=1.22 version=1.24
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
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"
revision=1
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=2f765e868795f5478900ec9f42cb0ecc6ca22e2a85a62763c0b13c7da2f588ed checksum=da1708c6063ecb7951a0908e67df3eacdfe128b18edaa6cf6867d7b73b5f35ff
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)