1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
6 pkgdesc="a library that parses the file format of AbiWord documents"
8 url="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
10 depends=('librevenge' 'libxml2' )
11 makedepends=('doxygen' 'gperf' 'boost')
12 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
13 sha256sums=('e763a9dc21c3d2667402d66e202e3f8ef4db51b34b79ef41f56cacb86dcd6eed')
17 ./configure --prefix=/usr
18 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
29 make DESTDIR="$pkgdir" install