summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:27:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 09:27:20 +0000
commit1d30bb091a27cc219cec95fc342e52a0ed504b4e (patch)
tree9cfb697559226286c858439d96d66329e04ac061
parentd8ad2c3d479e0709c029fe283e5da61ec61c7bd2 (diff)
downloadaports-1d30bb091a27cc219cec95fc342e52a0ed504b4e.tar.bz2
aports-1d30bb091a27cc219cec95fc342e52a0ed504b4e.tar.xz
testing/spandsp: remove *.la
-rw-r--r--testing/spandsp/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/spandsp/APKBUILD b/testing/spandsp/APKBUILD
index 0b69b8f36..931a7d1b7 100644
--- a/testing/spandsp/APKBUILD
+++ b/testing/spandsp/APKBUILD
@@ -1,5 +1,4 @@
-# Contributor:
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=spandsp
pkgver=0.0.5
pkgrel=0
@@ -26,7 +25,7 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install
-
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="fe83ed37a7831f0dd38e7ef4e7e6fd9e spandsp-0.0.5.tgz"