Move buildroot to bsp directory.
This commit is contained in:
13
bsp/buildroot/package/tmux/tmux.mk
Normal file
13
bsp/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