aboutsummaryrefslogtreecommitdiffstats
path: root/main/gtkspell
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:04:31 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-29 17:04:31 -0500
commitb306cd19dc7e3cf489d92cb64ed4b62bef6ec687 (patch)
tree77e03ea46b708b5d6a82e0083c9a16c122492940 /main/gtkspell
parent87adb9f0955eb022b8e1d0e6d420ba32b52b01e7 (diff)
downloadaports-b306cd19dc7e3cf489d92cb64ed4b62bef6ec687.tar.bz2
aports-b306cd19dc7e3cf489d92cb64ed4b62bef6ec687.tar.xz
main/gtkspell: remove *.la files
Diffstat (limited to 'main/gtkspell')
-rw-r--r--main/gtkspell/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/gtkspell/APKBUILD b/main/gtkspell/APKBUILD
index 7f1b5f5870..e0ad7431ba 100644
--- a/main/gtkspell/APKBUILD
+++ b/main/gtkspell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtkspell
pkgver=2.0.16
-pkgrel=2
+pkgrel=3
pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
url="http://gtkspell.sourceforge.net/"
arch="all"
@@ -21,5 +21,7 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
+
md5sums="f75dcc9338f182c571b321d37c606a94 gtkspell-2.0.16.tar.gz"