miniupnpc: update to 1.9 (soname bump).
This commit is contained in:
parent
a193cb25d3
commit
93512822cf
|
@ -1013,7 +1013,7 @@ librtmp.so.0 librtmp-2.4_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.9 miniupnpc-1.8_1
|
||||
libminiupnpc.so.10 miniupnpc-1.9_1
|
||||
libxbps.so.2 libxbps-0.25_1
|
||||
libxbps.so.2 libxbps-git-0.25_1
|
||||
libatf-c.so.0 atf-libs-0.16_1
|
||||
|
|
|
@ -1,22 +1,18 @@
|
|||
# Template file for 'miniupnpc'
|
||||
pkgname=miniupnpc
|
||||
version=1.8
|
||||
revision=2
|
||||
version=1.9
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="which"
|
||||
short_desc="A small UPnP client library/tool to access Internet Gateway Devices"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://miniupnp.free.fr"
|
||||
license="BSD"
|
||||
distfiles="http://miniupnp.free.fr/files/$pkgname-$version.tar.gz"
|
||||
checksum=bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c
|
||||
checksum=2923e453e880bb949e3d4da9f83dd3cb6f08946d35de0b864d0339cf70934464
|
||||
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR} install
|
||||
|
||||
chmod 755 ${DESTDIR}/usr/lib/*.so*
|
||||
vinstall man3/miniupnpc.3 644 usr/share/man/man3
|
||||
vinstall LICENSE 644 usr/share/licenses/$pkgname
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
miniupnpc-devel_package() {
|
||||
|
@ -26,5 +22,6 @@ miniupnpc-devel_package() {
|
|||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue