diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-14 19:12:46 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-14 19:14:53 +0000 |
commit | f4a7e1883406a2b53118d460af2c74bb4a905bf5 (patch) | |
tree | 6dd785df109cf081a184b83537d167d6366a3b8a /recipes/mtkbabel | |
parent | 2d4157ddaa227a964b30995254a3b0a5d700da2e (diff) |
mtkbabel: Update to version 0.8.
Diffstat (limited to 'recipes/mtkbabel')
-rw-r--r-- | recipes/mtkbabel/mtkbabel_0.8.bb (renamed from recipes/mtkbabel/mtkbabel_0.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mtkbabel/mtkbabel_0.7.bb b/recipes/mtkbabel/mtkbabel_0.8.bb index afbaa5368b..fb6aa969ab 100644 --- a/recipes/mtkbabel/mtkbabel_0.7.bb +++ b/recipes/mtkbabel/mtkbabel_0.8.bb @@ -6,9 +6,9 @@ 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" +SRC_URI = "${SOURCEFORGE_MIRROR}/sourceforge/${PN}/${P}.tar.gz" -do_install() { +do_install() { install -d ${D}${bindir} install -m 0755 mtkbabel ${D}${bindir}/ install -d ${D}${mandir}/man1 |