contrib/libqxp/Pkgfile

22 lines
536 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
2023-01-28 15:04:16 +01:00
release=2
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz
ax_gcc_func_attribute.m4.patch)
2019-08-11 11:14:05 +02:00
build() {
cd $name-$version
2023-01-28 15:04:16 +01:00
patch -Np0 -i $SRC/ax_gcc_func_attribute.m4.patch
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
}