Commit 41bfe35a authored by Łukasz Nowak's avatar Łukasz Nowak

- finalise profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40709 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4739cf12
[buildout]
extends =
../software-profiles/libjpeg.cfg
parts =
jasper
......@@ -6,5 +8,9 @@ parts =
recipe = hexagonit.recipe.cmmi
url = http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.900.1.zip
md5sum = a342b2b4495b3e1394e161eb5d85d754
# jasper configure script is not executable by default
configure-command =
/bin/sh ./configure
/bin/sh ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --enable-shared
environment =
CFLAGS=-I${libjpeg:location}/include
LDFLAGS=-L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg: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