bt-gps: new recipe from SHR
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 18 Nov 2009 08:24:44 +0000 (09:24 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 18 Nov 2009 08:57:39 +0000 (09:57 +0100)
recipes/bt-gps/bt-gps.bb [new file with mode: 0644]

diff --git a/recipes/bt-gps/bt-gps.bb b/recipes/bt-gps/bt-gps.bb
new file mode 100644 (file)
index 0000000..414c37f
--- /dev/null
@@ -0,0 +1,27 @@
+DESCRIPTION = "Turns your Neo Freerunner into a bluetooth GPS"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk gps-utils"
+
+SRC_URI = "http://handheldshell.com/software/fso/btgps.tgz  \
+         "
+
+#inherit autotools
+
+S = ${WORKDIR}/bluetooth
+
+do_install() {
+        install -d ${D}/usr/share/applications
+        install -d ${D}/usr/bin
+        install -m 0755 ${S}/BtGPS.py ${D}/usr/bin
+        install -m 0755 ${S}/btgps.desktop ${D}/usr/share/applications
+}
+
+do_configure() {
+        exit 0
+}
+
+do_compile() {
+        exit 0
+}