aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/mterm2_git.bb
blob: d549f3b8d2a0d3a91660425ca2e73259432ed36d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require cornucopia.inc

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"
SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
PV = "1.9.0+gitr${SRCPV}"
PE = "1"
PR = "${INC_PR}.0"

S = "${WORKDIR}/git/tools/${PN}"

FILES_${PN} += "${datadir}"