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 ?= "caa90735cf0b20a7110d25596140f553e2d05bff" 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 }