From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@openembedded.org>
Date: Thu, 30 Jun 2005 08:19:37 +0000
Subject: import clean BK tree at cset 1.3670

---
 packages/gpe-fsi/.mtn2git_empty |  0
 packages/gpe-fsi/gpe-fsi_0.1.bb | 28 ++++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 packages/gpe-fsi/.mtn2git_empty

(limited to 'packages/gpe-fsi')

diff --git a/packages/gpe-fsi/.mtn2git_empty b/packages/gpe-fsi/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/packages/gpe-fsi/gpe-fsi_0.1.bb b/packages/gpe-fsi/gpe-fsi_0.1.bb
index e69de29bb2..dede3403e6 100644
--- a/packages/gpe-fsi/gpe-fsi_0.1.bb
+++ b/packages/gpe-fsi/gpe-fsi_0.1.bb
@@ -0,0 +1,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/
+}
+
-- 
cgit v1.2.3