aboutsummaryrefslogtreecommitdiffstats
path: root/subapplet/subapplet_1.0.8.oe
blob: a14af5bb907740d3cb23898d387140efae0d0711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "A secondary system tray for those people who like having a lot of applets loaded at once."
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libc"

SRC_URI = "${SOURCEFORGE_MIRROR}/subapplet/subapplet-1.0.8.tar.gz \
	   file://subapplet.pro.patch;patch=1 "
S = "${WORKDIR}/SubApplet-1.0.8"

inherit palmtop

QMAKE_PROFILES = "subapplet.pro"

do_install() {
    install -d ${D}/${palmtopdir}/plugins/applets ${D}/${palmtopdir}/pics/subapplet/
    install -m 0644 *.png ${D}/${palmtopdir}/pics/subapplet/
    oe_libinstall -so -C rel${palmtopdir}/plugins/applets libsubapplet ${D}/${palmtopdir}/plugins/applets/
}