From 87538f2a0edd3f81b00c1c84f475007b6852af3f Mon Sep 17 00:00:00 2001 From: Andrew Manison Date: Mon, 9 Jan 2012 00:59:54 +0000 Subject: testing/libupnp: Build fix to remove libtool archives before package split --- testing/libupnp/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/libupnp') 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 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" -- cgit v1.2.3