summaryrefslogtreecommitdiffstats
path: root/main/libshout/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libshout/APKBUILD')
-rw-r--r--main/libshout/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libshout/APKBUILD b/main/libshout/APKBUILD
index 8f0e1f69f..9c7ecaa5d 100644
--- a/main/libshout/APKBUILD
+++ b/main/libshout/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=libshout
pkgver=2.2.2
-pkgrel=0
+pkgrel=1
pkgdesc="Library for accessing a shoutcast/icecast server"
url="http://www.icecast.org/"
arch="all"
@@ -34,6 +34,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="4f75fc9901c724b712c371c9a1e782d3 libshout-2.2.2.tar.gz"