summaryrefslogtreecommitdiffstats
path: root/main/speex
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 14:27:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 14:27:35 +0000
commit22acc7b6bf82cc7114db83e47326010a2722d3a2 (patch)
treebcb6f4b1d228a2ed75ef828605a1cbe393cf9b33 /main/speex
parent8458c77b6b9840258d00194e191641a360fdf644 (diff)
downloadaports-22acc7b6bf82cc7114db83e47326010a2722d3a2.tar.bz2
aports-22acc7b6bf82cc7114db83e47326010a2722d3a2.tar.xz
main/speex: remove *.la
Diffstat (limited to 'main/speex')
-rw-r--r--main/speex/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/speex/APKBUILD b/main/speex/APKBUILD
index f8eade8d4..9c29dc84d 100644
--- a/main/speex/APKBUILD
+++ b/main/speex/APKBUILD
@@ -2,7 +2,7 @@
pkgname=speex
pkgver=1.2_rc1
_ver=${pkgver%_*}${pkgver#*_}
-pkgrel=1
+pkgrel=2
pkgdesc="an audio compression format designed for speech"
url="http://www.speex.org/"
arch="all"
@@ -30,6 +30,7 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
libspeex() {