1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR
)/rules.mk
9 PKG_HASH
:= ae135ec37c1bf6b7750a84e3a35e93d91033a806943e034521c8af51b12d95df
10 PKG_DESCR
:= terminal multiplexer
11 PKG_SECTION
:= sys
/utils
12 PKG_BUILDDEP
:= libevent ncurses
13 PKG_DEPENDS
:= libevent libncurses
15 PKG_URL
:= http
://tmux.github.io
16 PKG_SITES
:= https
://github.com
/tmux
/tmux
/releases
/download
/$(PKG_VERSION
)/
18 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,TMUX
,tmux
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
)))
24 TARGET_LDFLAGS
+= -ltinfo
25 CONFIGURE_ARGS
+= --disable-static
28 $(INSTALL_DIR
) $(IDIR_TMUX
)/usr
/bin
29 $(INSTALL_BIN
) $(WRKINST
)/usr
/bin
/tmux \
32 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk