aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-fsi/gpe-fsi_0.1.bb
blob: dede3403e6f01185e90b08eb0877c6b9baebaa29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "GPE frontend for libfsi-client"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
LICENCE = "gpl"

inherit gpe

SRC_URI = "http://dominion.kabel.utwente.nl/koen/pda/files/gpe-fsi.tar.bz2"
PR = "r1"

DEPENDS = "libgpewidget fsi-client gtk+"
SECTION = "gpe"

S ="${WORKDIR}/gpe-fsi"

do_compile() {
        oe_runmake all
}

do_install() {
        install -d ${D}${bindir}
        install -d ${D}${libdir}
	install -d ${D}/usr/share/applications
	install -d ${D}/usr/share/pixmaps/
	install gpe-fsi ${D}${bindir}
	install gpe-fsi.desktop ${D}/usr/share/applications/
	install gpe-fsi.png ${D}/usr/share/pixmaps/
}