Commit 0889fdbf authored by Guillaume Bottex's avatar Guillaume Bottex

Creation of cubrid software release. WIP.

parent db9c2203
[buildout]
extends =
../java/buildout.cfg
../ant/buildout.cfg
../ncurses/buildout.cfg
parts =
cubrid
[cubrid]
recipe = hexagonit.recipe.cmmi
url = http://dev.naver.com/frs/download.php/3782/CUBRID-8.4.0.1008.src.tar.gz
md5sum = 833d503bd29b076092b61e1fb5f4c035
environment =
JAVA_HOME=${java:location}
PATH=${ant:location}/bin:${ncurses:location}/lib:%(PATH)s
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
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