parent
5860027768
commit
3a544ba709
3 changed files with 10 additions and 8 deletions
|
@ -1452,8 +1452,8 @@ libedit.so.0 libedit-20130712.3.1_1
|
|||
libnet.so.9 libnet-1.2_1
|
||||
libgpaste.so.13 libgpaste-3.38.2_1
|
||||
libthreadutil.so.6 libupnp-1.6.18_1
|
||||
libixml.so.2 libupnp-1.6.18_1
|
||||
libupnp.so.6 libupnp-1.6.18_1
|
||||
libupnp.so.17 libupnp-1.14.0_1
|
||||
libixml.so.11 libupnp-1.14.0_1
|
||||
libupnpp.so.9 libupnpp-0.18.0_1
|
||||
libgeocode-glib.so.0 geocode-glib-3.10.0_1
|
||||
libzeitgeist-2.0.so.0 libzeitgeist2-0.9.14_1
|
||||
|
|
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'libupnp'
|
||||
pkgname=libupnp
|
||||
version=1.6.25
|
||||
version=1.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="A Portable Open Source UPnP Development Kit"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Portable Open Source UPnP Development Kit"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://pupnp.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/pupnp/$pkgname-$version.tar.bz2"
|
||||
checksum=c5a300b86775435c076d58a79cc0d5a977d76027d2a7d721590729b7f369fa43
|
||||
checksum=ecb23d4291968c8a7bdd4eb16fc2250dbacc16b354345a13342d67f571d35ceb
|
||||
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
|
@ -21,6 +23,7 @@ pre_configure() {
|
|||
|
||||
libupnp-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
conflicts="libupnp1.8-devel>=0"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
ignore="1.8*"
|
Loading…
Add table
Reference in a new issue