aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-applet-startup-monitor/matchbox-applet-startup-monitor_0.1.bb
blob: f2ef25aca6ff43f52151e920bcc8a816dc292ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Matchbox Startup monitor applet"
LICENSE = "GPL"
DEPENDS = "libmatchbox startup-notification"
SECTION = "x11/wm"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-startup-monitor/${PV}/mb-applet-startup-monitor-${PV}.tar.gz"
S = "${WORKDIR}/mb-applet-startup-monitor-${PV}"

inherit autotools pkgconfig

FILES_${PN} = "${bindir}/* ${datadir}/applications ${datadir}/pixmaps"