blob: bf21de5b1c1e0e941794ac7413f5e6e49ce57aaa [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Terminal multiplexer"
2HOMEPAGE = "http://tmux.sourceforge.net"
3SECTION = "console/utils"
4
5LICENSE = "ISC"
6LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"
7
8DEPENDS = "ncurses libevent"
9
10
11SRC_URI = "git://github.com/tmux/tmux.git;branch=master"
12SRCREV ?= "310f0a960ca64fa3809545badc629c0c166c6cd2"
13
14S = "${WORKDIR}/git"
15B = "${WORKDIR}/build"
16
17inherit autotools pkgconfig
18
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[utempter] = "ac_cv_header_utempter_h=yes,ac_cv_header_utempter_h=no,libutempter,"
21