summaryrefslogtreecommitdiffstats
path: root/main/libice
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:47:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:47:09 +0000
commite5b30fec4c286ce37f9af891670818f1ca293cce (patch)
tree034db4f6e65eed7f127e38f62e2db93f47dd0b60 /main/libice
parente884a159329c3d9eea22a8831822026f6400aa76 (diff)
downloadaports-e5b30fec4c286ce37f9af891670818f1ca293cce.tar.bz2
aports-e5b30fec4c286ce37f9af891670818f1ca293cce.tar.xz
main/libice: remove *.la
Diffstat (limited to 'main/libice')
-rw-r--r--main/libice/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libice/APKBUILD b/main/libice/APKBUILD
index 3deac683d..3ad148eba 100644
--- a/main/libice/APKBUILD
+++ b/main/libice/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libice
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="X11 Inter-Client Exchange library"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -22,5 +22,6 @@ build () {
package() {
cd "$srcdir"/libICE-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="bb72a732b15e9dc25c3036559387eed5 libICE-1.0.7.tar.bz2"