aboutsummaryrefslogtreecommitdiffstats
path: root/main/lcms
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 16:55:16 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 16:55:16 -0500
commit24d2710ec8af57f821014f83b9682be015c77a7b (patch)
tree5b3e0621b752d1047b348ee0e5866cc490e9aa5d /main/lcms
parent31e8aa2b703f2dbd4cbd1bd90888bbd94cf5b73c (diff)
downloadaports-24d2710ec8af57f821014f83b9682be015c77a7b.tar.bz2
aports-24d2710ec8af57f821014f83b9682be015c77a7b.tar.xz
main/lcms: remove *.la files
Diffstat (limited to 'main/lcms')
-rw-r--r--main/lcms/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lcms/APKBUILD b/main/lcms/APKBUILD
index 0121d51d83..94e50ce470 100644
--- a/main/lcms/APKBUILD
+++ b/main/lcms/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lcms
pkgver=1.19
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight color management development library/engine"
url="http://www.littlecms.com"
arch="all"
@@ -22,6 +22,7 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ rm "$pkgdir"/usr/lib/*.la
}
liblcms() {