kumquat-buildroot/package/tmux/tmux.mk
Yegor Yefremov 3e7904ac72 tmux: bump to 2.0
Add new location as tmux moved to GitHub.

Remove the patch as it was already merged upstream.
Remove related AUTORECONF as well.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-06-18 23:18:44 +02:00

14 lines
395 B
Makefile

################################################################################
#
# tmux
#
################################################################################
TMUX_VERSION = 2.0
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
TMUX_LICENSE = ISC
TMUX_LICENSE_FILES = README
TMUX_DEPENDENCIES = libevent ncurses host-pkgconf
$(eval $(autotools-package))