mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 00:01:46 +02:00
main/wv: bump pkgrel for new libpng and remove *.la
This commit is contained in:
parent
22b6516ef9
commit
c84e474fb2
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user