@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
#
# Filename: lib/functions.in
# Filename: lib/functions.in
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
# Copyright (C) 1998 - 2003 Clifford Wolf
#
#
@ -960,6 +960,16 @@ build_this_package() {
hook_eval premake
hook_eval premake
eval ${pyscript:-python} setup.py build install $pyconfopt
eval ${pyscript:-python} setup.py build install $pyconfopt
hook_eval postmake
hook_eval postmake
elif [ -f waf -a $runwaf = 1 ] ; then
wafconfopt="${wafconfopt:=configure --prefix=/$prefix}"
wafbuildopt="${wafbuildopt:=build}"
wafinstopt="${wafinstopt:=install --destdir=$root --force}"
hook_eval premake
eval ${wafscript:-./waf} $wafconfopt
eval ${wafscript:-./waf} $wafbuildopt
hook_eval inmake
eval ${wafscript:-./waf} $wafinstopt
hook_eval postmake
else # styles that include a make run
else # styles that include a make run
if [ ! -f Makefile -a ! -f makefile -a \
if [ ! -f Makefile -a ! -f makefile -a \
-f Makefile.PL -a $runmkpl = 1 ]; then
-f Makefile.PL -a $runmkpl = 1 ]; then
@ -1195,8 +1205,8 @@ init_vars_and_hooks()
taropt="--use-compress-program=bzip2 -xf"
taropt="--use-compress-program=bzip2 -xf"
mainfunction="build_this_package"
mainfunction="build_this_package"
runconf=1 ; runcmake=1 ; runxmkmf=1 ; runmkpl=1 ; runpysetup=1 ; autopatch=1
autoextract=1 ; chownsrcdir=1 ; nocvsinsrcdir=1 ; cleanconfopt=1
runconf=1 ; runcmake=1 ; runxmkmf=1 ; runmkpl=1 ; runpysetup=1 ; runwaf=1 ;
autopatch=1 ; auto extract=1 ; chownsrcdir=1 ; nocvsinsrcdir=1 ; cleanconfopt=1
patchopt="-bfp1 -z .orig"
patchopt="-bfp1 -z .orig"
createprefix=1 ; createdocs= ; rmemptydir=
createprefix=1 ; createdocs= ; rmemptydir=