From 85b4e5a368b5f81474cf863053466569399a5845 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@tiolive.com> Date: Tue, 10 Dec 2013 11:32:05 +0100 Subject: [PATCH] screen-component: add screen component --- component/screen/buildout.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 component/screen/buildout.cfg diff --git a/component/screen/buildout.cfg b/component/screen/buildout.cfg new file mode 100644 index 000000000..1fb191585 --- /dev/null +++ b/component/screen/buildout.cfg @@ -0,0 +1,15 @@ +[buildout] +parts = + screen + +extends = + ../ncurses/buildout.cfg + +[screen] +recipe = slapos.recipe.cmmi +version = 4.0.3 +url = http://ftp.gnu.org/gnu/screen/screen-4.0.3.tar.gz +md5sum = 8506fd205028a96c741e4037de6e3c42 +environment= + CFLAGS=-I${ncurses:location}/include + LDFLAGS=-L${ncurses:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ \ No newline at end of file -- 2.30.9