libfreehand: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 09:28:00 +00:00
parent ce6da46068
commit 0a495d9c65
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
RWSagIOpLGJF39bHdsSeRVWqT4ZhlXHFjHO81MONB1NAXfw8naugyqiCb2/n++UvX+GM6NIpAmYEZw24GjuBu5zD+LQXtx3s0gQ=
SHA256 (Pkgfile) = 10a6eb2941adc7fc468b5d29f28288ab921a9d5181eb4c6716d0e9d12c05bb75
RWSagIOpLGJF36ornjPk91b/2p6qugAg9HeS3SBpLh0iZbhKjpPgKWMKlx7KrlrPa359hxZAc4Y8RsuoFK6S/LrhAL0l4t//9QE=
SHA256 (Pkgfile) = e936213f9ee3cf312ccad9d47cc22e07565feba455f37382b1d9dddb9dc8c41c
SHA256 (.footprint) = 04270a51462a7b703152f5066f7f1b2a1054d8916d8de74dfc6df8535a8ee999
SHA256 (libfreehand-0.1.2.tar.xz) = 0e422d1564a6dbf22a9af598535425271e583514c0f7ba7d9091676420de34ac

View File

@ -5,13 +5,14 @@
name=libfreehand
version=0.1.2
release=1
release=2
source=(https://dev-www.libreoffice.org/src/libfreehand/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-werror
--disable-werror \
--without-docs
make
make DESTDIR=$PKG install
}