]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Install pkg-config for building planet-dump-ng
[chef.git] / cookbooks / planet / recipes / dump.rb
index e283d0ade810afd994e0a0c6542ee5c4e3a5535a..7a987eec74c12c84201319c604f4541313a7a5ef 100644 (file)
@@ -29,9 +29,11 @@ include_recipe "incron"
 
 package %w[
   gcc
+  g++
   make
   autoconf
   automake
+  pkg-config
   libxml2-dev
   libboost-dev
   libboost-program-options-dev
@@ -57,6 +59,7 @@ git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
   revision "v1.1.6"
+  depth 1
   user "root"
   group "root"
 end