[buildout]
extends =
../profiles/links.cfg
parts =
ncurses
[ncurses]
recipe = erp5.recipe.cmmisafe
url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
md5sum = cce05daf61a64501ef6cd8da1f727ec6
configure-options =
--prefix=${buildout:parts-directory}/ncurses
--with-shared
--with-normal
--without-debug
--enable-rpath
# no need to call ldconfig
make-options =
LDCONFIG=
# tricky way to rerun with --enable-widec
make-targets =
install && ./configure ${:configure-options} --enable-widec && make install
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40786 20353a03-c40f-0410-a6d1-a30d3c3de9de
d7b9121a