aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/fso-term_git.bb
blob: 79f042ad4137d1b15768c2c4a9ce167cbf7e74e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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${SRCPV}"
PE = "1"
PR = "r0"

SRC_URI = "\
  ${FREESMARTPHONE_GIT}/fso-term.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"

do_stage() {
	:
}

inherit autotools vala

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