🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: wv
pkgver: '1.2.9'
pkgrel: '5'
pkgdesc: 'MSWord library can load and parse Word 2000, 97, 95 and 6 file formats'
url: 'https://wvware.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- autoconf
- libtool
- automake
- libgsf
- libpng
source:
- 'https://github.com/AbiWord/wv/archive/refs/tags/${pkgname}-1-2-9.tar.gz'
- 'wv-1.2.9-format_security.patch'
sha256sums:
- SKIP
- SKIP
build: |
mv wv-wv-1-2-9 ${pkgname}-${pkgver}
cd ${pkgname}-${pkgver}
patch -Np1 -i ../wv-1.2.9-format_security.patch
touch AUTHORS ChangeLog
autoreconf -fi
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libwv.la
package: |
true