Commit 91f2441c authored by Julien Muchembled's avatar Julien Muchembled

version up: nano 2.8.4

plus:
- do not fail if ncurses is installed on the system
- enable libmagic
- load share/nano/*.nanorc by default
parent 056866e8
[buildout] [buildout]
parts = parts =
nano nano
extends = extends =
../file/buildout.cfg
../ncurses/buildout.cfg ../ncurses/buildout.cfg
[nano] [nano]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 2.2.6 url = http://www.nano-editor.org/dist/v2.8/nano-2.8.4.tar.xz
url = http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz md5sum = 02ff28870194178595b287fc16fa611b
md5sum = 03233ae480689a008eb98feb1b599807
environment= environment=
CFLAGS=-I${ncurses:location}/include CPPFLAGS=-I${file:location}/include
LDFLAGS=-L${ncurses:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ NCURSESW_CFLAGS=-I${ncurses:location}/include
\ No newline at end of file LDFLAGS=-L${file:location}/lib/ -Wl,-rpath=${file:location}/lib/ -L${ncurses:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/
location = ${buildout:parts-directory}/${:_buildout_section_name_}
post-install =
cd ${:location} && mkdir etc &&
echo include "${:location}/share/nano/*.nanorc" > etc/nanorc
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