libassuan: disable building docs

This commit is contained in:
Tim Biermann 2023-11-01 12:40:31 +01:00
parent c510a9fc72
commit 7495abd3c8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RzVYmy1soj94uI+juXUgqr8wlX7JsEmlOLg6zU3uL0PU2eghic4HVzNmYt3RtciR/1ICvUENDM5KqbpHNgW6AY=
SHA256 (Pkgfile) = 34f484cefbe404a271190fa05010f9033296e1937b6bc06cce5a59a9ec9be081
RWSE3ohX2g5d/X8iKe7U+xtvR0gGLY2jQo1m0trokgZOUec2S6vsJPNCmOGLtkCILvSAa1qgl9K8xfEt32DjV13+NrTByFx8WQY=
SHA256 (Pkgfile) = 75e1d631f4ad5c7ad112ee7220904bf06ebf7a35950b86e4431484e02cc512cc
SHA256 (.footprint) = 9a4ba00867e229e8074d5c4c3d0a61bdcd346f9a8283dfbf7c9639f14a9b4a41
SHA256 (libassuan-2.5.6.tar.bz2) = e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426

View File

@ -12,9 +12,8 @@ build() {
cd $name-$version
./configure --prefix=/usr \
--enable-static
--enable-static \
--disable-doc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}