mtkbabel: Update to version 0.8.
authorStanislav Brabec <utx@penguin.cz>
Tue, 14 Apr 2009 19:12:46 +0000 (19:12 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Tue, 14 Apr 2009 19:14:53 +0000 (19:14 +0000)
conf/checksums.ini
recipes/mtkbabel/mtkbabel_0.7.bb [deleted file]
recipes/mtkbabel/mtkbabel_0.8.bb [new file with mode: 0644]

index 3dbb048..909a0e0 100644 (file)
@@ -16602,6 +16602,10 @@ sha256=2e56fe35b6f3b93dac201c55764b8bf6d899c995e0d165381368cfca886c6739
 md5=66fa4f8efdeb993b2f280e1bdc664130
 sha256=0ae0d53ecafdaa9cac7c62aafe8898fe0f5df30ee128385a4895be552721d524
 
+[http://downloads.sourceforge.net/sourceforge/mtkbabel/mtkbabel-0.8.tar.gz]
+md5=d5518b678bffb58ceeae898d950ee27e
+sha256=591597c0787822c9fd56c7a3da214e81edd3c98f32d16858221e02dfc0f63779
+
 [http://mtools.linux.lu/mtools-3.9.11.tar.gz]
 md5=3c0ae05b0d98a5d3bd06d3d72fcaf80d
 sha256=3415d425d37338aa4e18e7d60147db23cfbe6192565c697f201f44426665ce42
diff --git a/recipes/mtkbabel/mtkbabel_0.7.bb b/recipes/mtkbabel/mtkbabel_0.7.bb
deleted file mode 100644 (file)
index afbaa53..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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/
-}
diff --git a/recipes/mtkbabel/mtkbabel_0.8.bb b/recipes/mtkbabel/mtkbabel_0.8.bb
new file mode 100644 (file)
index 0000000..fb6aa96
--- /dev/null
@@ -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 = "${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/
+}