1
0
forked from ports/contrib

libwps: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 11:04:52 +00:00
parent d66cf0a6ab
commit de958f32d7
Signed by untrusted user: 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
RWSagIOpLGJF35NFyuolymQPbooN/2mWguMbY1+v1VeGdGGI8zWFQvgkE3dTdOHzfWHsL8uUmC0b5xBxEq/vKi3py0YqRPr3gwM=
SHA256 (Pkgfile) = 802b765803eb28593b23c5c1b18a47a0b821ec86ff86c8538ec5ad056383cd8a
RWSagIOpLGJF3+mkaToC7ZV0Ou/ev7W7DeLhr5CNKhpKW3XAtuj4Be3sQhXAj/KT41gyYsYBsZx0MMrM48QGAFA3TO8cH+8/XwI=
SHA256 (Pkgfile) = be9a7af0b06f1902bc2c1664fc67487a660b10d1b48cd6141a39e578f26f76bc
SHA256 (.footprint) = c26082e0e7874ae4abdd7c2362d5061db5de6c6c247d41b26037596050d9b4e0
SHA256 (libwps-0.4.10.tar.xz) = 1421e034286a9f96d3168a1c54ea570ee7aa008ca07b89de005ad5ce49fb29ca

View File

@ -5,12 +5,13 @@
name=libwps
version=0.4.10
release=1
release=2
source=(https://downloads.sourceforge.net/project/libwps/$name/$name-$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--without-docs
make
make DESTDIR=$PKG install
}