aboutsummaryrefslogtreecommitdiffstats
path: root/main/wv/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/wv/APKBUILD')
-rw-r--r--main/wv/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/wv/APKBUILD b/main/wv/APKBUILD
index 2533e733d9..266640d22d 100644
--- a/main/wv/APKBUILD
+++ b/main/wv/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wv
pkgver=1.2.7
-pkgrel=3
+pkgrel=4
pkgdesc="MSWord library can load and parse Word 2000, 97, 95 and 6 file formats"
url="http://sourceforge.net/projects/wvware"
arch="all"
@@ -28,6 +28,7 @@ build () {
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
+ rm "$pkgdir"/usr/lib/*.la
}
md5sums="a6a3484745aa73897ff9c5a871482b4b wv-1.2.7.tar.gz
10a6988f743346c2429e189cef4363bd fix-soname.patch"