aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-term_git.bb
blob: 22e74d37954f79b315970907c990f142013228ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "FSO 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 libfsotransport"
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}"