1
0
forked from ports/contrib

libetonyek: disable building with docs

This commit is contained in:
Tim Biermann 2019-08-18 10:21:42 +00:00
parent a82aa890b5
commit 7ac3fddee1
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
RWSagIOpLGJF39hIxMYMrGxAXUNE7rFuM+Ic99UsMAyw4vdHcN/IIpO1olFPnSsQZ6a3XcI/39O4sd/iMvVoP5w08rvRioYzjAE=
SHA256 (Pkgfile) = 0ab1c55079a2b12e08639e7481e89e5005e1eb8aa611c8b61844f191d700fbb7
RWSagIOpLGJF39YLBZW1R7x/2t1BzayebLePuKtiAHxcZzDGJplI/QPP2hTY21F4lHMFOBIk0SGWn/oh/gNVzLURGOYEPVwcJQk=
SHA256 (Pkgfile) = 0a63ff876b6e1ce32a7dafb0d8df8778601b6cd255a69bfad34d4f40e6e12651
SHA256 (.footprint) = 46d39f04e6636a7982c25335c12e465ae0fc81c0d3a42a0f59fe6caa0a91abf7
SHA256 (libetonyek-0.1.9.tar.xz) = e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a

View File

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