libidn: update to 1.28.
This commit is contained in:
parent
2b4a267e1e
commit
5e8dfff5b3
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libidn'.
|
# Template build file for 'libidn'.
|
||||||
pkgname=libidn
|
pkgname=libidn
|
||||||
version=1.27
|
version=1.28
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
configure_args="--disable-csharp --disable-java --disable-static --enable-threads=posix"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnu.org/software/libidn/"
|
homepage="http://www.gnu.org/software/libidn/"
|
||||||
license="GPL-3, LGPL-2.1"
|
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=103ff719d36484ebfb57272e8155312da105caa5d3f42d51d45e1930356e95fd
|
checksum=dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb
|
||||||
|
|
||||||
libidn-devel_package() {
|
libidn-devel_package() {
|
||||||
depends="libidn>=${version}"
|
depends="libidn>=${version}"
|
||||||
|
@ -21,11 +21,12 @@ libidn-devel_package() {
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/emacs
|
vmove usr/share/emacs
|
||||||
vmove usr/share/info
|
vmove usr/share/info
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libidn_package() {
|
libidn_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue