xbps-src: common/{,environment}/build_style -> common/${,environment}/build-style.
This commit is contained in:
parent
724426f8e7
commit
df4c861f97
19 changed files with 11 additions and 6 deletions
14
common/build-style/waf3.sh
Normal file
14
common/build-style/waf3.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# This helper is for templates using WAF with python3 to build/install.
|
||||
#
|
||||
do_configure() {
|
||||
PYTHON=python3 python3 waf configure --prefix=/usr ${configure_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
PYTHON=python3 python3 waf build ${make_build_args}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
PYTHON=python3 python3 waf install --destdir=${DESTDIR} ${make_install_args}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue