aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libupnp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libupnp')
-rw-r--r--testing/libupnp/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD
index 4964dd5110..ce0ced74e3 100644
--- a/testing/libupnp/APKBUILD
+++ b/testing/libupnp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=libupnp
pkgver=1.6.13
-pkgrel=0
+pkgrel=1
pkgdesc="Portable Open Source UPnP Development Kit"
url="http://pupnp.sourceforge.net/"
arch="all"
@@ -24,6 +24,7 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/custom/${pkgname}/LICENSE
+ find "$pkgdir" -name *.la -print | xargs rm
}
md5sums="71476b1781ad179bfc9bead640be5f54 libupnp-1.6.13.tar.bz2"