diff options
Diffstat (limited to 'recipes')
-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}" |