libupnp1.8: update to 1.8.4.
This commit is contained in:
parent
73dfd5c13b
commit
4f9dbaf661
|
@ -2902,7 +2902,7 @@ libunbound.so.8 unbound-1.8.0_1
|
|||
libmirage.so.11 libmirage-3.1.0_1
|
||||
libwkhtmltox.so.0 libwkhtmltopdf-0.12.5_1
|
||||
libixml.so.10 libupnp1.8-1.8.2_1
|
||||
libupnp.so.10 libupnp1.8-1.8.2_1
|
||||
libupnp.so.13 libupnp1.8-1.8.4_1
|
||||
libevent_extra-2.1.so.6 libevent-2.1.8_3
|
||||
libevent_openssl-2.1.so.6 libevent-2.1.8_3
|
||||
libsysprof-2.so sysprof-3.24.1_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libupnp1.8'
|
||||
pkgname=libupnp1.8
|
||||
version=1.8.3
|
||||
version=1.8.4
|
||||
revision=1
|
||||
wrksrc="pupnp-release-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-reuseaddr"
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="A Portable Open Source UPnP Development Kit"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://pupnp.sourceforge.net/"
|
||||
distfiles="https://github.com/mrjimenez/pupnp/archive/release-${version}.tar.gz"
|
||||
wrksrc="pupnp-release-${version}"
|
||||
checksum=22adb8a54d71e5aa7315c3289fdb5bbbb6020199890abf4711a4426396f8e0df
|
||||
configure_args="--enable-ipv6 --enable-reuseaddr"
|
||||
checksum=976c3e4555604cdd8391ed2f359c08c9dead3b6bf131c24ce78e64d6669af2ed
|
||||
|
||||
# libupnp uses large file support, so users must do that, too
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
@ -21,7 +21,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libupnp1.8-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue