opendoas: update to 0.3.2.
This commit is contained in:
parent
f0a2dbdcd4
commit
531b4c60fb
1 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'opendoas'
|
||||
pkgname=opendoas
|
||||
version=0.3.1
|
||||
version=0.3.2
|
||||
revision=1
|
||||
wrksrc="OpenDoas-$version"
|
||||
build_style=configure
|
||||
configure_args="$(vopt_if 'pam' '' '--without-pam')"
|
||||
configure_args="$(vopt_with 'pam')"
|
||||
conf_files="$(vopt_if 'pam' '/etc/pam.d/doas')"
|
||||
hostmakedepends="bison"
|
||||
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="BSD"
|
||||
homepage="https://github.com/Duncaen/OpenDoas"
|
||||
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
||||
checksum=4473210c91b2bbcc711a05d99fd547420abb55858cf8dca84a6c9089c8787acc
|
||||
checksum=2d985dbfae31e9c7b422f059d5914ff5bd5d38f2cce1962ad825ffbf0fbd291d
|
||||
|
||||
build_options="pam"
|
||||
build_options_default="pam"
|
||||
|
@ -24,11 +24,6 @@ pre_configure() {
|
|||
-e '/chown ${BINOWN}:${BINGRP}/d' \
|
||||
-e '/chmod ${BINMODE}/d'
|
||||
}
|
||||
post_configure() {
|
||||
# Disable -DHAVE_SYS_TREE_H because the
|
||||
# musl implementation results in build errors
|
||||
sed -i config.mk -e 's/.*-DHAVE_SYS_TREE_H/#\0/'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue