summaryrefslogtreecommitdiffstats
path: root/main/libsexy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libsexy/APKBUILD')
-rw-r--r--main/libsexy/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD
index 0edbb085e..f6d7bfde1 100644
--- a/main/libsexy/APKBUILD
+++ b/main/libsexy/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsexy
pkgver=0.1.11
-pkgrel=4
+pkgrel=5
pkgdesc="Doing naughty things to good widgets."
url="http://chipx86.com/wiki/Libsexy"
arch="all"
@@ -22,6 +22,7 @@ package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
rm -f "$pkgdir"/usr/lib/libsexy.a
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="33c079a253270ec8bfb9508e4bb30754 libsexy-0.1.11.tar.gz"