contrib/libzmf/Pkgfile

19 lines
471 B
Plaintext
Raw Normal View History

2019-08-11 11:14:10 +02:00
# 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
2019-08-18 11:48:49 +02:00
# Depends on: libpng librevenge icu
2019-08-11 11:14:10 +02:00
name=libzmf
version=0.0.2
2023-11-27 20:55:10 +01:00
release=3
2019-08-11 11:14:10 +02:00
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
2019-08-18 11:48:49 +02:00
--disable-werror \
--without-docs
2019-08-11 11:14:10 +02:00
make
make DESTDIR=$PKG install
}