miniupnpc: update to 2.1.
Closes #14213. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
168a05be28
commit
f7fabad442
|
@ -1081,7 +1081,7 @@ librtmp.so.1 librtmp-2.4.20161210_1
|
|||
libORBit-2.so.0 libORBit2-2.14.19_1
|
||||
libORBit-imodule-2.so.0 libORBit2-2.14.19_1
|
||||
libORBitCosNaming-2.so.0 libORBit2-2.14.19_1
|
||||
libminiupnpc.so.16 miniupnpc-2.0_1
|
||||
libminiupnpc.so.17 miniupnpc-2.1_1
|
||||
libxbps.so.2 libxbps-0.25_1
|
||||
libxbps.so.2 libxbps-git-0.25_1
|
||||
libatf-c.so.1 atf-libs-0.21_1
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'miniupnpc'
|
||||
pkgname=miniupnpc
|
||||
version=2.0
|
||||
version=2.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-3-Clause"
|
||||
#changelog="http://miniupnp.free.fr/files/changelog.php?file=miniupnpc-${version}.tar.gz"
|
||||
homepage="http://miniupnp.free.fr"
|
||||
license="BSD"
|
||||
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
||||
checksum=d434ceb8986efbe199c5ca53f90ed53eab290b1e6d0530b717eb6fa49d61f93b
|
||||
distfiles="http://miniupnp.free.fr/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6
|
||||
|
||||
do_build() {
|
||||
make CC=$CC
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR} install
|
||||
CFLAGS="-fPIC"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,7 @@ miniupnpc-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue