The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / tmux / tmux.mk
1 ################################################################################
2 #
3 # tmux
4 #
5 ################################################################################
6
7 TMUX_VERSION = 1.9a
8 TMUX_SITE = http://downloads.sourceforge.net/tmux
9 TMUX_LICENSE = ISC
10 TMUX_LICENSE_FILES = README
11 TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
12
13 # we patch Makefile.am
14 TMUX_AUTORECONF = YES
15
16 $(eval $(autotools-package))