libqxp: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 09:35:00 +00:00
parent 0a495d9c65
commit fce60c7e94
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39VLQwuDM3Aoyo9/l/fHUi8YADNQx8gnZ79XaMc34JBH6gURa8XcLO5psAEnIC85p3N91cRUiz8C9fQqESP2ZAA=
SHA256 (Pkgfile) = b39cb8835ecf1cde56013afcecc3e1881293f1c2074ad0743f8dbdb6572b5e5b
RWSagIOpLGJF30Rcbl6MyiLLYDF5Wpxlo46ceLgrlOOW6JmmQ77e5dR5IEWTekrnnMa6OiEWrVRw9CdaDqOEjjzBvLInh/0lOQo=
SHA256 (Pkgfile) = d928e6d2f4e74ba942228e2db2672a7f9a09896dbb7633cc8f298bcbd75e62d1
SHA256 (.footprint) = 7d4afec9ac0f4d1cbcbc333485cf173f915c5ee53bec70407e153443b2913c08
SHA256 (libqxp-0.0.2.tar.xz) = e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c

View File

@ -1,7 +1,7 @@
# 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
# Depends on: icu librevenge
# Depends on: librevenge icu
name=libqxp
version=0.0.2
@ -10,7 +10,8 @@ source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--without-docs
make
make DESTDIR=$PKG install
}