/[public]/erp5/trunk/buildout/software-profiles/librsync.cfg
ERP5 logo

Contents of /erp5/trunk/buildout/software-profiles/librsync.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Revision 42426 - (show annotations)
Tue Jan 18 16:14:02 2011 UTC (2 years, 4 months ago) by kazuhiko
File size: 575 byte(s)
no need to specify '../dir_name' for files in the same directory.
1 [buildout]
2 extends =
3 bzip2.cfg
4 popt.cfg
5 zlib.cfg
6 parts =
7 librsync
8
9 [librsync]
10 recipe = hexagonit.recipe.cmmi
11 url = http://downloads.sourceforge.net/sourceforge/librsync/librsync-0.9.7.tar.gz
12 md5sum = 24cdb6b78f45e0e83766903fd4f6bc84
13 configure-options =
14 --enable-shared
15 environment =
16 CPPFLAGS=-I${zlib:location}/include -I${bzip2:location}/include -I${popt:location}/include
17 LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L${bzip2:location}/lib -Wl,-rpath -Wl,${bzip2:location}/lib -L${popt:location}/lib -Wl,-rpath -Wl,${popt:location}/lib

  ViewVC Help
Powered by ViewVC 1.1.2