Skip to content

Instantly share code, notes, and snippets.

@kingel
Created October 17, 2012 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kingel/3904702 to your computer and use it in GitHub Desktop.
Save kingel/3904702 to your computer and use it in GitHub Desktop.
[protobufsucks]
recipe = collective.recipe.cmd
on_install=true
cmds=
mkdir protobuf
cd protobuf
wget http://pypi.python.org/packages/source/p/protobuf/protobuf-2.4.1.tar.gz
tar zxvf protobuf-2.4.1.tar.gz
cd protobuf-2.4.1
python setup.py install
cd ..
cd ..
rm -Rf protobuf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment