miniupnpc: update to 1.8 (soname bump).
This commit is contained in:
parent
c8bd9b41cb
commit
ba1139f29e
|
@ -1022,7 +1022,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.8 miniupnpc-1.6_1
|
||||
libminiupnpc.so.9 miniupnpc-1.8_1
|
||||
libxbps.so.0 libxbps-0.16.3_2
|
||||
libxbps.so.1 libxbps-0.19_1
|
||||
libxbps.so.2 libxbps-0.25_1
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'miniupnpc'
|
||||
pkgname=miniupnpc
|
||||
version=1.6
|
||||
revision=2
|
||||
version=1.8
|
||||
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=bbd6b756e6af44b5a5b0f9b93eada3fb8922ed1d6451b7d6f184d0ae0c813994
|
||||
checksum=bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c
|
||||
long_desc="
|
||||
isl is a library for manipulating sets and relations of integer points bounded
|
||||
by linear constraints. Supported operations on sets include intersection, union,
|
||||
|
@ -29,15 +30,16 @@ do_install() {
|
|||
|
||||
miniupnpc-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
miniupnpc_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue