into debian.(none):/home/ich/programming/oe/oe-packages-exported
2004/08/06 16:39:13+02:00 handhelds.org!zecke
Upstream created a opie2/private include directory, we need to install at least one file to
it. This file is present in opie2/ and opie2/private and we need some discussion how to
handle private header files
BKrev: 4114a82a0ooOpPM29ysazOcu5C21CQ
do_compile() {
install -d ${STAGING_INCDIR}/opie2
+ install -d ${STAGING_INCDIR}/opie2/private
for i in `find . -name "*.h"`
do
install -m 0644 $i ${STAGING_INCDIR}/opie2/`basename $i`
done
+ install -m 0644 opiepim/private/vobject_p.h ${STAGING_INCDIR}/opie2/private/
oe_runmake MOC=${STAGING_BINDIR}/moc UIC=${STAGING_BINDIR}/uic DESTDIR=${S}
}