libpagemaker: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 10:41:37 +00:00
parent 311c42efc2
commit c6d02a27e1
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
RWSagIOpLGJF38HuaJv2bCubqs7aPtUJzDLicBM0vO6IqrL73c1fm3NLO95HmWJjffNckSuRPxuKcljKnsfMvX7JDm9+cX+GjQg=
SHA256 (Pkgfile) = bedd697f2394829c89a02c0ae2d81d8f83a3f3bd1910806fe1024bd7429b2915
RWSagIOpLGJF3xY84/uR3zVEj27ilvGAE8J0VUtunh8YaR2s1R9ELxs6JoQj+7SDPZuJ0XXzT8lW1vmEsdKZbmhSNXgQ65zQSwE=
SHA256 (Pkgfile) = 5793c663fa47e8a85543c2153940bebc3fad21558f11fe89088c45375cc1228e
SHA256 (.footprint) = 6ec2157f87c26b9048c6b1fcebcb0aba54dba1fc207773bff02936abc82b376d
SHA256 (libpagemaker-0.0.4.tar.xz) = 66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519d

View File

@ -5,13 +5,14 @@
name=libpagemaker
version=0.0.4
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
}