diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-03-14 22:05:31 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-03-14 22:05:31 +0400 |
commit | 515b79e5e570a32e9b82f65812fb633564dcffa8 (patch) | |
tree | 06505c985966748d80017ed43254ba4d15fa3504 /extra/protobuf-python/Pkgfile | |
parent | 4752e7e03852158540939a40dbec0b5ef2f8047a (diff) | |
download | nutyx-extra-515b79e5e570a32e9b82f65812fb633564dcffa8.tar.gz nutyx-extra-515b79e5e570a32e9b82f65812fb633564dcffa8.tar.bz2 nutyx-extra-515b79e5e570a32e9b82f65812fb633564dcffa8.tar.xz nutyx-extra-515b79e5e570a32e9b82f65812fb633564dcffa8.zip |
ajout de protobuf-python-2.3.0#1
Diffstat (limited to 'extra/protobuf-python/Pkgfile')
-rw-r--r-- | extra/protobuf-python/Pkgfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/protobuf-python/Pkgfile b/extra/protobuf-python/Pkgfile new file mode 100644 index 000000000..98a0fff9f --- /dev/null +++ b/extra/protobuf-python/Pkgfile @@ -0,0 +1,14 @@ +# Description: Google's data interchange format utility (python API). +# URL: http://code.google.com/p/protobuf/ +# Maintainer: skingrapher at legtux dot org +# Depends on: python, protobuf>=2.3.0, setuptools + +name=protobuf-python +version=2.3.0 +release=1 +source=(http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2) +build () +{ + cd protobuf-$version/python + python setup.py install --prefix=/usr --root $PKG +} |