diff options
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 +} |