libidn: update to 1.27.
This commit is contained in:
parent
4293fe4515
commit
8d51f579af
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libidn'.
|
||||
pkgname=libidn
|
||||
version=1.26
|
||||
revision=2
|
||||
version=1.27
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
||||
hostmakedepends="perl pkg-config"
|
||||
|
@ -10,11 +10,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnu.org/software/libidn/"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-${version}.tar.gz"
|
||||
checksum=0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c
|
||||
checksum=103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
|
||||
|
||||
libidn-devel_package() {
|
||||
depends="libidn>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue