buildout.cfg 634 Bytes
Newer Older
1 2 3 4
# GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe.
[buildout]
parts = cpio

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

12
[cpio]
13 14 15 16 17
virtual-depends =
  ${cpio-drop.gets.patch:md5sum}
patch-options = -p1
patches =
  ${cpio-drop.gets.patch:location}/${cpio-drop.gets.patch:filename}
18
recipe = slapos.recipe.cmmi
19 20
url = http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.bz2
md5sum = 20fc912915c629e809f80b96b2e75d7d