Commit a596d5d6 authored by Jérome Perrin's avatar Jérome Perrin

component/faketime: update to 0.9.8 and change URL

Original website no longer exist.
Also make it shared and drop post install step that does not seem
necessary.
parent c870cea9
# faketime - report faked system time to programs without having to change the system-wide time
# http://www.code-wizards.com/projects/libfaketime
# libfaketime modifies the system time for a single application
# https://github.com/wolfcw/libfaketime
[buildout]
parts = faketime
[faketime]
recipe = slapos.recipe.cmmi
url = http://www.code-wizards.com/projects/libfaketime/libfaketime-0.9.1.tar.gz
md5sum = ce3f996dfd5826b4ac62f1a7cc36ea27
shared = true
url = https://github.com/wolfcw/libfaketime/archive/v0.9.8.zip
md5sum = b93b6ae94504a0b8a92d3fe9f2a1d18b
configure-command = true
make-options =
PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}
make-binary = make -e -C src
make-targets = install
post-install = sed -i -e "16c\FTPL_PATH=${buildout:parts-directory}/${:_buildout_section_name_}/lib/faketime" ${buildout:parts-directory}/${:_buildout_section_name_}/bin/faketime
PREFIX=@@LOCATION@@
make-binary = make -e -C src
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment