From bf649581a8e5205c4c3af66f4262d5c2e945dc7e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 13 May 2011 22:48:10 -0500 Subject: main/goffice: yeah, no .la file stripping --- main/goffice/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/goffice/APKBUILD') diff --git a/main/goffice/APKBUILD b/main/goffice/APKBUILD index 26170d0796..522b237f36 100644 --- a/main/goffice/APKBUILD +++ b/main/goffice/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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" -- cgit v1.2.3