ports/contrib (3.5): libstaroffice: disable building with docs
commit 835fc46174cf6b9c7865ee1383efede418fdf192 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 18 10:56:42 2019 +0000 libstaroffice: disable building with docs diff --git a/libstaroffice/.signature b/libstaroffice/.signature index c832c1e1..8547b7d5 100644 --- a/libstaroffice/.signature +++ b/libstaroffice/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3z7QhN7X8/UCxhXf3mHzp+xd84mctKWyJx6KGycdSJfcoq+Ot8ZKzuZmM3nsW8Z0jIt8TbGIyC7TzssKitF5zwk= -SHA256 (Pkgfile) = 7352139f999e72937474fc7ad9b6134f7ce9a0774eb9d0da99a3948e2d3689a8 +RWSagIOpLGJF30FuGEqyhZ6k1+MLxI/yqkDJATfY1paXcQBwGukngha9o+o98s40lDD9DOrJ1hO/SuLL9o4xsoJlBIJGgRx7LwM= +SHA256 (Pkgfile) = 0d43dfc675936bc3f987a34af72b1f8f5325d22837f58979b1d84bc75213fccd SHA256 (.footprint) = 30957520c8be08eb605b07e588a1c3a2f0a46a4c36b05363fef4134b22a72aa6 SHA256 (libstaroffice-0.0.6.tar.xz) = 6b00e1ed8194e6072be4441025d1b888e39365727ed5b23e0e8c92c4009d1ec4 diff --git a/libstaroffice/Pkgfile b/libstaroffice/Pkgfile index 74ade01e..939c418d 100644 --- a/libstaroffice/Pkgfile +++ b/libstaroffice/Pkgfile @@ -5,12 +5,13 @@ name=libstaroffice version=0.0.6 -release=1 +release=2 source=(https://github.com/fosnola/$name/releases/download/$version/$name-$version.t...) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --without-docs make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu