md5=0f7cdd68da77a62e77f9012de052c513
sha256=2e56fe35b6f3b93dac201c55764b8bf6d899c995e0d165381368cfca886c6739
+[http://www.rigacci.org/wiki/lib/exe/fetch.php/tecnica/download/local_software/mtkbabel-0.7.tar.gz]
+md5=66fa4f8efdeb993b2f280e1bdc664130
+sha256=0ae0d53ecafdaa9cac7c62aafe8898fe0f5df30ee128385a4895be552721d524
+
[http://mtools.linux.lu/mtools-3.9.11.tar.gz]
md5=3c0ae05b0d98a5d3bd06d3d72fcaf80d
sha256=3415d425d37338aa4e18e7d60147db23cfbe6192565c697f201f44426665ce42
--- /dev/null
+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"
+
+RDEPENDS = "libdevice-serialport-perl libtimedate-perl perl-module-file-basename perl-module-getopt-std"
+
+SRC_URI = "http://www.rigacci.org/wiki/lib/exe/fetch.php/tecnica/download/local_software/mtkbabel-${PV}.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/
+}