summaryrefslogtreecommitdiff
path: root/packages/mtkbabel
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mtkbabel')
-rw-r--r--packages/mtkbabel/mtkbabel_0.7.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/mtkbabel/mtkbabel_0.7.bb b/packages/mtkbabel/mtkbabel_0.7.bb
deleted file mode 100644
index afbaa5368b..0000000000
--- a/packages/mtkbabel/mtkbabel_0.7.bb
+++ /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/
-}