summaryrefslogtreecommitdiffstats
path: root/testing/ecasound
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 12:01:43 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 12:01:43 +0000
commitaade32cf4234795a7daf518cb1587ffa9e55bfbb (patch)
tree516b1fc20f9c8fb293902587a7bd6dae4115a313 /testing/ecasound
parent98c5b3c672f6db496e8e7ce012b37495f15116c3 (diff)
downloadaports-aade32cf4234795a7daf518cb1587ffa9e55bfbb.tar.bz2
aports-aade32cf4234795a7daf518cb1587ffa9e55bfbb.tar.xz
testing/[various]: remove *.la
Diffstat (limited to 'testing/ecasound')
-rw-r--r--testing/ecasound/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ecasound/APKBUILD b/testing/ecasound/APKBUILD
index 30a6addd1..487a7867d 100644
--- a/testing/ecasound/APKBUILD
+++ b/testing/ecasound/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ecasound
pkgver=2.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="Textmode multitrack audio processing"
url="http://eca.cx/ecasound/index.php"
arch="all"
@@ -40,6 +40,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="d9ded0074a8eeb59dd507c248220d010 ecasound-2.8.1.tar.gz"