1
0
forked from ports/contrib

libcdr: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 08:57:41 +00:00
parent 9ab091f627
commit 851a4c08a3
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36yZL+ceVT+3la5O99UJ+/4O3+kxBn2o3eLoR1TbUAwJ0h0RKEmikV0wxg6DVJGGChxbRRXtzpMggJhpO6GbPwg=
SHA256 (Pkgfile) = ed51feecd7896ec06fb56313cd1252540194a51399f6c2302d24a4a3a9f582dc
RWSagIOpLGJF3yAgIdDxHPKTeDl3LfpbevOg3SQrL0vl4okSFq411bEvbYDWggBtJf9xjzDn9XW1TgttHzTGVLkb36QmAM/BMgo=
SHA256 (Pkgfile) = 03cc347ead18658d8bd196b244b4cf04decc806ea1874bd2ba9a04f69035bb65
SHA256 (.footprint) = cbb684541f6bc60a94475564810159beb1217ba8a454e6c590dfa6ae13ce4994
SHA256 (libcdr-0.1.5.tar.xz) = 6ace5c499a8be34ad871e825442ce388614ae2d8675c4381756a7319429e3a48

View File

@ -1,16 +1,18 @@
# Description: CorelDraw file format importer library for LibreOffice
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libcdr
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: icu lcms2 librevenge
# Depends on: lcms2 librevenge icu
name=libcdr
version=0.1.5
release=1
release=2
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--without-docs \
--without-tests
make
make DESTDIR=$PKG install
}