aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mterm2_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-12 21:12:44 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-12 21:15:04 +0100
commitc9fbceb7c35e6572c04deb0babda1ff8cf4c3457 (patch)
tree1c1e2be966d4db91212ab678441eceef5a40a917 /recipes/freesmartphone/mterm2_git.bb
parent550d4902f4f5a369d8fe378c364efcc2346a2d05 (diff)
downloadopenembedded-c9fbceb7c35e6572c04deb0babda1ff8cf4c3457.tar.gz
freesmartphone: rename mickeydbus(2) to mdbus(2), fso-term is now called mterm2
Diffstat (limited to 'recipes/freesmartphone/mterm2_git.bb')
-rw-r--r--recipes/freesmartphone/mterm2_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/freesmartphone/mterm2_git.bb b/recipes/freesmartphone/mterm2_git.bb
new file mode 100644
index 0000000000..6e10f9456f
--- /dev/null
+++ b/recipes/freesmartphone/mterm2_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "mterm is a versatile muxer-aware terminal program"
+HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-term"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+SECTION = "console/network"
+DEPENDS = "dbus dbus-glib readline libfsoframework libfsotransport"
+LICENSE = "GPL"
+PV = "0.1.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/tools/mterm2"
+
+do_stage() {
+ :
+}
+
+inherit autotools vala
+
+FILES_${PN} += "${datadir}"