aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libupnp
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-03-24 21:18:37 +0000
committerJakub Jirutka <jakub@jirutka.cz>2018-03-31 19:54:17 +0200
commit5f984c11c0b4e36612c5f4953c6181b314b3e39b (patch)
treed4db0d4fc92b6bff63712b031650de06b089f64d /testing/libupnp
parent304e1bcaf83d7dca2a543579b4dfc0bdac22ceda (diff)
downloadaports-5f984c11c0b4e36612c5f4953c6181b314b3e39b.tar.bz2
aports-5f984c11c0b4e36612c5f4953c6181b314b3e39b.tar.xz
testing/libupnp: upgrade to 1.6.25, clarify license, modernize abuild
Diffstat (limited to 'testing/libupnp')
-rw-r--r--testing/libupnp/APKBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD
index 56ad55f630..6240bcd2a2 100644
--- a/testing/libupnp/APKBUILD
+++ b/testing/libupnp/APKBUILD
@@ -1,30 +1,31 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libupnp
-pkgver=1.6.22
+pkgver=1.6.25
pkgrel=0
pkgdesc="Portable Open Source UPnP Development Kit"
-url="http://pupnp.sourceforge.net/"
+url="http://pupnp.sourceforge.net"
arch="all"
-license="BSD"
+license="BSD-3-Clause"
depends=
depends_dev=
makedepends="$depends_dev"
install=""
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2"
-builddir="$srcdir"/$pkgname-$pkgver
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
- ./configure --prefix=/usr
- make || return 1
+ ./configure \
+ --prefix=/usr \
+ --enable-ipv6
+ make
}
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" install || return 1
- install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
+ make DESTDIR="$pkgdir" install
}
-sha512sums="abf7265155fb819e971e27dd25fd3f8143c04d6373b1b4a2769de9fadbbd3a012758acda866511a443f7e159b66068d9f7f99072c509a8fa06bcfe1275bdd9af libupnp-1.6.22.tar.bz2"
+sha512sums="c1426c2f855f34a56b96761602a35989867918b556ecf9784c9ce9580f6c6083950004909831bad331f3a4dfb70ef1bd287e026c71bbfde2613f77fe05ab9e1f libupnp-1.6.25.tar.bz2"