buildout.cfg 565 Bytes
Newer Older
1 2
[buildout]
extends =
Łukasz Nowak's avatar
Łukasz Nowak committed
3
  ../popt/buildout.cfg
4 5 6
parts = logrotate

[logrotate]
7
recipe = slapos.recipe.cmmi
8 9
url = https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.7.9.tar.gz
md5sum = eeba9dbca62a9210236f4b83195e4ea5
10
patch-options = -p1
Jondy Zhao's avatar
Jondy Zhao committed
11 12
patches=
  ${:_profile_base_location_}/logrotate-3.7.9-O_CLOEXEC.optional.patch
13
configure-command = true
Jondy Zhao's avatar
Jondy Zhao committed
14

15
environment =
16
  POPT_DIR=${popt:location}/include -L${popt:location}/lib -Wl,-rpath=${popt:location}/lib
Jondy Zhao's avatar
Jondy Zhao committed
17 18 19 20 21

[logrotate:cygwin]
patches =
  ${logrotate:patches}
  ${:_profile_base_location_}/logrotate-3.7.9-cygwin.patch