summaryrefslogtreecommitdiffstats
path: root/testing/agg
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-07-01 12:42:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-07-01 12:42:09 +0000
commit1299f9d6624bca1ec8758c3e2823688a8308276a (patch)
tree57fb5caf298cdde98175235107911226c41729f9 /testing/agg
parentf04b2b51dc6e871fd34ab363e3cb931524c7c739 (diff)
downloadaports-1299f9d6624bca1ec8758c3e2823688a8308276a.tar.bz2
aports-1299f9d6624bca1ec8758c3e2823688a8308276a.tar.xz
testing/agg: remove *.la
Diffstat (limited to 'testing/agg')
-rw-r--r--testing/agg/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/agg/APKBUILD b/testing/agg/APKBUILD
index 5ec08625d..9fb8fa2bf 100644
--- a/testing/agg/APKBUILD
+++ b/testing/agg/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
pkgname=agg
pkgver=2.5
-pkgrel=0
+pkgrel=1
pkgdesc="A Rendering Engine for C++"
url="http://antigrain.org/"
license="GPL"
@@ -35,6 +35,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="${pkgdir}" install || return 1
+ rm "$pkgdir"/usr/lib/*.la || return 1
}
md5sums="0229a488bc47be10a2fee6cf0b2febd6 agg-2.5.tar.gz