Import buildroot 2016.02.01
This commit is contained in:
10
firmware/buildroot/package/tmux/Config.in
Normal file
10
firmware/buildroot/package/tmux/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_TMUX
|
||||
bool "tmux"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
tmux is a terminal multiplexer, it enables a number of terminals
|
||||
(or windows) to be accessed and controlled from a single terminal.
|
||||
|
||||
http://tmux.sourceforge.net/
|
||||
2
firmware/buildroot/package/tmux/tmux.hash
Normal file
2
firmware/buildroot/package/tmux/tmux.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 795f4b4446b0ea968b9201c25e8c1ef8a6ade710ebca4657dd879c35916ad362 tmux-2.0.tar.gz
|
||||
13
firmware/buildroot/package/tmux/tmux.mk
Normal file
13
firmware/buildroot/package/tmux/tmux.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user