New package: libupnp1.8-1.8.2
This commit is contained in:
parent
ff2967a793
commit
0e97ad696c
|
@ -2860,3 +2860,5 @@ libkrfbprivate.so.5.0 krfb-17.08.1_1
|
||||||
libArcus.so.3 libArcus-2.7.0_1
|
libArcus.so.3 libArcus-2.7.0_1
|
||||||
libgutenprint.so.2 gutenprint-5.2.12_1
|
libgutenprint.so.2 gutenprint-5.2.12_1
|
||||||
libunbound.so.2 unbound-1.6.6_1
|
libunbound.so.2 unbound-1.6.6_1
|
||||||
|
libixml.so.10 libupnp1.8-1.8.2_1
|
||||||
|
libupnp.so.10 libupnp1.8-1.8.2_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
libupnp1.8/
|
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'libupnp1.8'
|
||||||
|
pkgname=libupnp1.8
|
||||||
|
version=1.8.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="automake libtool"
|
||||||
|
short_desc="A Portable Open Source UPnP Development Kit"
|
||||||
|
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="http://pupnp.sourceforge.net/"
|
||||||
|
distfiles="https://github.com/mrjimenez/pupnp/archive/release-${version}.tar.gz"
|
||||||
|
wrksrc="pupnp-release-${version}"
|
||||||
|
checksum=438ad86bfd933cb1e9be1c41bf3bd69f049daba11d71bbb5d715336e00106cb4
|
||||||
|
configure_args="--enable-ipv6 --enable-reuseaddr"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
libupnp1.8-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue