mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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'
|
# Template file for 'opendoas'
|
||||||
pkgname=opendoas
|
pkgname=opendoas
|
||||||
version=0.3.1
|
version=0.3.2
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="OpenDoas-$version"
|
wrksrc="OpenDoas-$version"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="$(vopt_if 'pam' '' '--without-pam')"
|
configure_args="$(vopt_with 'pam')"
|
||||||
conf_files="$(vopt_if 'pam' '/etc/pam.d/doas')"
|
conf_files="$(vopt_if 'pam' '/etc/pam.d/doas')"
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/Duncaen/OpenDoas"
|
homepage="https://github.com/Duncaen/OpenDoas"
|
||||||
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
||||||
checksum=4473210c91b2bbcc711a05d99fd547420abb55858cf8dca84a6c9089c8787acc
|
checksum=2d985dbfae31e9c7b422f059d5914ff5bd5d38f2cce1962ad825ffbf0fbd291d
|
||||||
|
|
||||||
build_options="pam"
|
build_options="pam"
|
||||||
build_options_default="pam"
|
build_options_default="pam"
|
||||||
|
@ -24,11 +24,6 @@ pre_configure() {
|
||||||
-e '/chown ${BINOWN}:${BINGRP}/d' \
|
-e '/chown ${BINOWN}:${BINGRP}/d' \
|
||||||
-e '/chmod ${BINMODE}/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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue