Skip to content

Commit

Permalink
libupnp: update to 1.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
crater2150 authored and Yassine Labidi committed Jan 13, 2021
1 parent 6cce2d4 commit e5cdd3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions common/shlibs
Expand Up @@ -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
Expand Down
13 changes: 8 additions & 5 deletions srcpkgs/libupnp/template
@@ -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() {
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/libupnp/update

This file was deleted.

0 comments on commit e5cdd3f

Please sign in to comment.