Commit 4f3ffcbc authored by Łukasz Nowak's avatar Łukasz Nowak

- added some low level libraries to achieve full separation of ERP5 Appliance


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39774 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3939c7c7
[buildout]
extends = ../software-profiles/zlib.cfg
parts =
libxml2
[libxml2]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz
md5sum = 9abc9959823ca9ff904f1fbcf21df066
configure-options =
--with-zlib=${zlib:location}
environment =
LDFLAGS =-Wl,-rpath ${zlib:location}/lib
[buildout]
parts =
ncurses
[ncurses]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
md5sum = cce05daf61a64501ef6cd8da1f727ec6
configure-options =
--with-shared --with-normal --without-debug --enable-widec --enable-rpath
[buildout]
parts =
readline
extends = ../software-profiles/ncurses.cfg
[readline]
recipe = hexagonit.recipe.cmmi
url = http://ftp.gnu.org/gnu/readline/readline-6.1.tar.gz
md5sum = fc2f7e714fe792db1ce6ddc4c9fb4ef3
configure-options =
--with-ncurses=${ncurses:location}
environment =
LDFLAGS =-Wl,-rpath ${ncurses:location}/lib
[buildout]
parts =
zlib
[zlib]
recipe = hexagonit.recipe.cmmi
url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download
md5sum = c735eab2d659a96e5a594c9e8541ad63
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