diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-18 18:30:05 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-18 18:30:05 +0200 |
commit | 22111eb4fff38587e1b12385ed10da5e90432e82 (patch) | |
tree | dd75adc7a419e44023441d303bbca9b83dc28d8a /recipes/freesmartphone | |
parent | f76b23c64c7f8d51f0c2469b88092d4931e009c2 (diff) |
fso-term: new recipe; a versatile muxer-aware terminal program
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-term_git.bb | 17 |
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}" |