MAINTAINER = "Chris Lord <chris@openedhand.com>"
PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ startup-notification apmd"
+PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
-FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \
+FILES_${PN} += "${libdir}/matchbox-panel/*.so \
${datadir}/matchbox-panel/battery/*.png"
-FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \
- ${libdir}/matchbox-panel/*.a"
+FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
inherit autotools pkgconfig
+do_stage() {
+ autotools_stage_all
+}