aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mtkbabel/mtkbabel_0.8.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mtkbabel/mtkbabel_0.8.2.bb')
-rw-r--r--recipes/mtkbabel/mtkbabel_0.8.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/mtkbabel/mtkbabel_0.8.2.bb b/recipes/mtkbabel/mtkbabel_0.8.2.bb
new file mode 100644
index 0000000000..422cf8f497
--- /dev/null
+++ b/recipes/mtkbabel/mtkbabel_0.8.2.bb
@@ -0,0 +1,20 @@
+SECTION = "console/utils"
+DESCRIPTION = "Control program for GPS units using the MediaTek (MTK) chipset"
+HOMEPAGE = "http://www.rigacci.org/wiki/doku.php/doc/appunti/hardware/gps_logger_i_blue_747"
+LICENSE = "GPL"
+PACKAGE_ARCH = "all"
+PR = "r0"
+
+RDEPENDS_${PN} = "libdevice-serialport-perl libtimedate-perl perl-module-file-basename perl-module-getopt-std"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/${PN}/${P}.tar.gz"
+
+do_install() {
+ install -d ${D}${bindir}
+ install -m 0755 mtkbabel ${D}${bindir}/
+ install -d ${D}${mandir}/man1
+ install -m 0644 mtkbabel.1 ${D}${mandir}/man1/
+}
+
+SRC_URI[md5sum] = "2c33519ac28afce2ba9da2db6fb83e47"
+SRC_URI[sha256sum] = "3c7b7959b7d0394a99fc95fd524b9a698c19bfe0b59188bd3cf7bb15f81ed6df"