aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mterm2_git.bb
blob: 6e10f9456f260d9cf36a2f18746e502ae514202c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}"