dash: add static build option.
This commit is contained in:
parent
f8c5900c32
commit
b9c709f48a
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'dash'
|
# Template file for 'dash'
|
||||||
pkgname=dash
|
pkgname=dash
|
||||||
version=0.5.11.5
|
version=0.5.11.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="$(vopt_enable static)"
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -16,6 +17,8 @@ alternatives="
|
||||||
sh:sh:/usr/bin/dash
|
sh:sh:/usr/bin/dash
|
||||||
sh:sh.1:/usr/share/man/man1/dash.1"
|
sh:sh.1:/usr/share/man/man1/dash.1"
|
||||||
|
|
||||||
post_install() {
|
build_options="static"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue