summaryrefslogtreecommitdiffstats
path: root/main/libxdamage
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:08:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 09:08:13 +0000
commit7544681c497e77177ba42a8b81abec6d167a6d0e (patch)
treede81472e6a161d0eceeea5695c43ec96a3f58e28 /main/libxdamage
parent5f43119c21f911a815ac6066d803980cd7c326b1 (diff)
downloadaports-7544681c497e77177ba42a8b81abec6d167a6d0e.tar.bz2
aports-7544681c497e77177ba42a8b81abec6d167a6d0e.tar.xz
main/libxdamage: remove *.la
Diffstat (limited to 'main/libxdamage')
-rw-r--r--main/libxdamage/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libxdamage/APKBUILD b/main/libxdamage/APKBUILD
index 7a8fb9ae2..80e40989f 100644
--- a/main/libxdamage/APKBUILD
+++ b/main/libxdamage/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxdamage
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="X11 damaged region extension library"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -21,5 +21,6 @@ build() {
package() {
cd "$srcdir"/libXdamage-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="44774e1a065158b52f1a0da5100cebec libXdamage-1.1.3.tar.bz2"