1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 14:08:35 +00:00
morpheus/pkgs/tmux
2014-03-01 01:45:56 +02:00

10 lines
195 B
Plaintext

v="1.8"
url="$mirror/tmux-$v.tar.gz"
build: ncurses libevent
cd src/tmux-$v
CC=$CC ./configure --prefix="$root" \
CFLAGS="-I$libcroot/include/ncursesw $CFLAGS"
make -j$nprocs
make install