libupnp1.8: remove package
This commit is contained in:
parent
970ba56ffb
commit
268425a292
|
@ -3142,8 +3142,6 @@ libgutenprint.so.9 gutenprint-5.3.3_1
|
|||
libunbound.so.8 libunbound-1.10.0_2
|
||||
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.13 libupnp1.8-1.8.4_1
|
||||
libsysprof-4.so sysprof-3.37.90_1
|
||||
libsysprof-ui-4.so sysprof-3.37.90_1
|
||||
libmozjs-52.so mozjs52-52.3.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libupnp1.8
|
|
@ -1,36 +0,0 @@
|
|||
# Template file for 'libupnp1.8'
|
||||
pkgname=libupnp1.8
|
||||
version=1.8.7
|
||||
revision=1
|
||||
wrksrc="pupnp-release-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-reuseaddr"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Portable Open Source UPnP Development Kit"
|
||||
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://pupnp.sourceforge.net/"
|
||||
distfiles="https://github.com/mrjimenez/pupnp/archive/release-${version}.tar.gz"
|
||||
checksum=236a788a0fe1274f51497c0433398ab2fd8ecf3ed8a6e738b15896f63e89c81d
|
||||
|
||||
# libupnp uses large file support, so users must do that, too
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
pattern="release-\K[\d\.]*(?=\.tar.gz)"
|
Loading…
Reference in New Issue