forked from ports/contrib
libzmf: disable building with docs
This commit is contained in:
parent
3023ab913d
commit
e90b262450
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF32rrzVHLElAx6gap0JqClUrJsNxPB0wUNGCXGiVOXyEiPwcD3eyV7BWmr7NmtfOvn9UAxagxT56tLUTV9HbvYAo=
|
||||
SHA256 (Pkgfile) = b2ad48cb235e09df9456ee54672eb806c385ee5113610dd433b73ff2ff4a4f63
|
||||
RWSagIOpLGJF30uX9AwQUFU9kH7B/HRfoQlU46/T4b6eWb25PBHQuxQbipDkdUL0m6qQ5NiqH8qrvbJTZ/AEqIFDvK/iFGVU5Ak=
|
||||
SHA256 (Pkgfile) = 69c68ab839a65382024aa91bca6d378527e0e7d6c68328308d0ea369a328836b
|
||||
SHA256 (.footprint) = fe54fc64685acc824838440591d000ef3d8029e2dfd686f6dbab979a63158766
|
||||
SHA256 (libzmf-0.0.2.tar.xz) = 27051a30cb057fdb5d5de65a1f165c7153dc76e27fe62251cbb86639eb2caf22
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user