summaryrefslogtreecommitdiffstats
path: root/main/goffice
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-05-13 22:48:10 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-05-13 22:48:10 -0500
commitbf649581a8e5205c4c3af66f4262d5c2e945dc7e (patch)
tree566059c9242f150aeb8f30cec52135c129c32fdc /main/goffice
parent5b86cfbe13b9ed3357aba48fb8b71ff57a8c260a (diff)
downloadaports-bf649581a8e5205c4c3af66f4262d5c2e945dc7e.tar.bz2
aports-bf649581a8e5205c4c3af66f4262d5c2e945dc7e.tar.xz
main/goffice: yeah, no .la file stripping
Diffstat (limited to 'main/goffice')
-rw-r--r--main/goffice/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/goffice/APKBUILD b/main/goffice/APKBUILD
index 26170d079..522b237f3 100644
--- a/main/goffice/APKBUILD
+++ b/main/goffice/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=goffice
pkgver=0.8.14
-pkgrel=1
+pkgrel=2
pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
url="http://www.gnome.org"
arch="all"
@@ -26,6 +26,6 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" -name "*.la" -print0 | xargs -0 rm -f
}
+
md5sums="f3c731fed8f19881cdb367e0a9c715f6 goffice-0.8.14.tar.bz2"