contrib/libqxp/Pkgfile

18 lines
449 B
Plaintext
Raw Normal View History

2019-08-11 11:14:05 +02:00
# Description: a library that parses the file format of QuarkXPress documents
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libqxp
# Maintainer: Tim Biermann, tbier at posteo dot de
2019-08-18 11:35:00 +02:00
# Depends on: librevenge icu
2019-08-11 11:14:05 +02:00
name=libqxp
version=0.0.2
release=1
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
2019-08-18 11:35:00 +02:00
./configure --prefix=/usr \
--without-docs
2019-08-11 11:14:05 +02:00
make
make DESTDIR=$PKG install
}