[oe-commits] Stanislav Brabec : mtkbabel: New package for MediaTek GPS chipset manipulation.

GIT User account git at amethyst.openembedded.net
Thu Jan 1 15:58:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 58af255933a77261296cc67109671c323623fd14
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=58af255933a77261296cc67109671c323623fd14

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Jan  1 15:53:48 2009 +0000

mtkbabel: New package for MediaTek GPS chipset manipulation.

---

 conf/checksums.ini                |    4 ++++
 packages/mtkbabel/mtkbabel_0.7.bb |   16 ++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 56c097d..feff3b7 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14722,6 +14722,10 @@ sha256=05c6ee9dd87d4a323c37b69009769f2912fe67e8f9a5c9f98b169b8b2bd9dbc4
 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
diff --git a/packages/mtkbabel/mtkbabel_0.7.bb b/packages/mtkbabel/mtkbabel_0.7.bb
new file mode 100644
index 0000000..afbaa53
--- /dev/null
+++ b/packages/mtkbabel/mtkbabel_0.7.bb
@@ -0,0 +1,16 @@
+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/
+}





More information about the Openembedded-commits mailing list