tmux: Add initial recipe for version 1.6.

Run tested on netbook pro.

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Peter Tworek
2012-02-03 23:10:12 +00:00
committed by Koen Kooi
parent c05f2164f3
commit 03574d32ae
+18
View File
@@ -0,0 +1,18 @@
DESCRIPTION = "Terminal multiplexer"
HOMEPAGE = "http://tmux.sourceforge.net"
SECTION = "console/utils"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://tmux.c;startline=3;endline=17;md5=f36d9c9e6c1c24996a88891fdf783d04"
DEPENDS = "ncurses libevent sed-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${P}.tar.gz"
SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"
SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6"
inherit autotools
do_configure_prepend () {
sed -i -e 's:-I/usr/local/include::' Makefile.am || bb_fatal "sed failed"
}