contrib/libabw/Pkgfile

18 lines
449 B
Plaintext
Raw Normal View History

2019-08-11 11:13:56 +02:00
# Description: a library that parses the file format of AbiWord documents
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libabw
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: librevenge libxml2
name=libabw
2019-08-18 13:09:03 +02:00
version=0.1.3
2019-08-11 11:13:56 +02:00
release=1
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
2019-08-18 13:09:03 +02:00
./configure --prefix=/usr \
--without-docs
2019-08-11 11:13:56 +02:00
make
2020-11-03 21:59:04 +01:00
make DESTDIR=$PKG install
2019-08-11 11:13:56 +02:00
}