| 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
|