xbps-src: common/{,environment}/build_style -> common/${,environment}/build-style.
This commit is contained in:
14
common/build-style/waf.sh
Normal file
14
common/build-style/waf.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# This helper is for templates using WAF to build/install.
|
||||
#
|
||||
do_configure() {
|
||||
python waf configure --prefix=/usr ${configure_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
python waf build ${make_build_args}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
python waf install --destdir=${DESTDIR} ${make_install_args}
|
||||
}
|
||||
Reference in New Issue
Block a user