aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-18 18:30:05 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-04-18 18:30:05 +0200
commit22111eb4fff38587e1b12385ed10da5e90432e82 (patch)
treedd75adc7a419e44023441d303bbca9b83dc28d8a /recipes
parentf76b23c64c7f8d51f0c2469b88092d4931e009c2 (diff)
downloadopenembedded-22111eb4fff38587e1b12385ed10da5e90432e82.tar.gz
fso-term: new recipe; a versatile muxer-aware terminal program
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fso-term_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb
new file mode 100644
index 0000000000..e3f674d7cb
--- /dev/null
+++ b/recipes/freesmartphone/fso-term_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Term 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"
+LICENSE = "GPL"
+PV = "0.0.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/fso-term.git;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git"
+
+inherit autotools vala
+
+FILES_${PN} += "${datadir}"