Commit 3e2a6ac1 authored by Boxiang Sun's avatar Boxiang Sun Committed by Rafael Monnerat

add buildout for tmux

parent c2d36393
[buildout]
extends =
../libevent/buildout.cfg
../ncurses/buildout.cfg
parts +=
tmux
[tmux]
recipe = slapos.recipe.cmmi
url = https://github.com/tmux/tmux/releases/download/2.0/tmux-2.0.tar.gz
md5sum = 9fb6b443392c3978da5d599f1e814eaa
environment =
CFLAGS=-I${ncurses:location}/include -I${libevent:location}/include/
LDFLAGS=-L${ncurses:location}/lib/ -L${libevent:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ -Wl,-rpath=${libevent:location}/lib/
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
  • This is the default of configure-options if you don't specify configure-command AND '--prefix' is not incliuded in configure-options. So you can remove these two lines, I believe.

  • Thanks! I add this commit one year ago. Just for let me feel convenient when working with slapos. I am tmux user rather than the screen user.

    I didn't expect this commit will get merged at first. But I will update this script later.

Please register or sign in to reply
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment