-If the package is named uicmoc, install uic and moc
do not stage static libaries and do to stage the header files.
There is a reason we have qt2 and qt3 dir in staging and this
is not because uicmoc3 can stage its Qt3 headers into STAGING_INCDIR
directly.
--cookies for some one...
do_stage() {
install -m 0755 bin/moc ${STAGING_BINDIR}/moc3
install -m 0755 bin/uic ${STAGING_BINDIR}/uic3
- install -m 0655 lib/*.a ${STAGING_LIBDIR}/
- for f in include/*.h
- do
- install -m 0644 $f ${STAGING_INCDIR}/
- done
}