aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tmux/tmux_2.4.bb
blob: 43f4b606ff782f9e5c264c581988eb8fce0de775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "Terminal multiplexer"
HOMEPAGE = "http://tmux.sourceforge.net"
SECTION = "console/utils"

LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"

DEPENDS = "ncurses libevent"


SRC_URI = "git://github.com/tmux/tmux.git;branch=master"
SRCREV ?= "f21cb71fbe79c8949edc3c1d300aa783382a0d77"

S = "${WORKDIR}/git"
B = "${WORKDIR}/build"

inherit autotools pkgconfig

PACKAGECONFIG ??= ""
PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"

do_configure_append() {
    mkdir -p ${B}/compat
}