diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-05-13 16:22:46 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-05-13 16:22:46 +0000 |
commit | c84e474fb2bb8038d7da16e27e28a5661f36626b (patch) | |
tree | ae073ce26c05ce6af4b528e1a7b35f2626d5e515 /main/wv | |
parent | 22b6516ef91574c94c3ae509510d3101c69a8dba (diff) | |
download | aports-c84e474fb2bb8038d7da16e27e28a5661f36626b.tar.bz2 aports-c84e474fb2bb8038d7da16e27e28a5661f36626b.tar.xz |
main/wv: bump pkgrel for new libpng and remove *.la
Diffstat (limited to 'main/wv')
-rw-r--r-- | main/wv/APKBUILD | 3 |
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" |