buildout.cfg 531 Bytes
Newer Older
1 2 3 4
[buildout]

parts = tar

5 6 7 8 9 10 11
[tar-drop.gets.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/${:filename}
md5sum = 9352820566aa3534a04bd269c9f89f48
download-only = true
filename = drop.gets.patch

12
[tar]
13 14 15 16 17
virtual-depends = ${tar-drop.gets.patch:md5sum}
patch-options = -p1
patches =
  ${tar-drop.gets.patch:location}/${tar-drop.gets.patch:filename}

18
recipe = slapos.recipe.cmmi
19 20 21 22
url = http://ftp.gnu.org/gnu/tar/tar-1.26.tar.gz
md5sum = 00d1e769c6af702c542cca54b728920d
environment =
  FORCE_UNSAFE_CONFIGURE=1