46 |
mconfigure $@ || die |
mconfigure $@ || die |
47 |
mmake || die |
mmake || die |
48 |
elif [[ -e install.py ]] |
elif [[ -e install.py ]] |
49 |
|
then |
50 |
echo "install.py found - nothing to compile here." |
echo "install.py found - nothing to compile here." |
51 |
else |
else |
52 |
mmake || die |
mmake || die |
62 |
then |
then |
63 |
python waf install --destdir=${BINDIR} $@ || die |
python waf install --destdir=${BINDIR} $@ || die |
64 |
elif [[ -e install.py ]] |
elif [[ -e install.py ]] |
65 |
|
then |
66 |
python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die |
python install.py --prefix=/usr --files-only --destdir=${BINDIR} $@ || die |
67 |
else |
else |
68 |
mmake DESTDIR=${BINDIR} install || die |
mmake DESTDIR=${BINDIR} install || die |