-execute "tilelog-configure" do
- action :nothing
- command "./configure --with-boost-libdir=/usr/lib"
- cwd tilelog_source_directory
- user "www-data"
- group "www-data"
- notifies :run, "execute[tilelog-build]", :immediate
-end
-
-execute "tilelog-build" do
- action :nothing
- command "make"
- cwd tilelog_source_directory