summaryrefslogtreecommitdiff
path: root/libzmf/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-08-18 09:48:49 +0000
committerTim Biermann <tbier@posteo.de>2019-08-18 09:48:49 +0000
commite90b262450758133d58add43e9a7f8b488fd848f (patch)
tree7263f9d1617584f83e5e43e97acc33c233391c92 /libzmf/Pkgfile
parent3023ab913ddfe780395e5ebac74bfca65990eed9 (diff)
downloadcontrib-e90b262450758133d58add43e9a7f8b488fd848f.tar.gz
contrib-e90b262450758133d58add43e9a7f8b488fd848f.tar.xz
libzmf: disable building with docs
Diffstat (limited to 'libzmf/Pkgfile')
-rw-r--r--libzmf/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libzmf/Pkgfile b/libzmf/Pkgfile
index 4a4d741b6..473f12354 100644
--- a/libzmf/Pkgfile
+++ b/libzmf/Pkgfile
@@ -1,17 +1,18 @@
# Description: a library for import of Zoner drawing and bitmap files
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libzmf
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: icu libpng librevenge
+# Depends on: libpng librevenge icu
name=libzmf
version=0.0.2
-release=1
+release=2
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --disable-werror
+ --disable-werror \
+ --without-docs
make
make DESTDIR=$PKG install
}

Generated by cgit