summaryrefslogtreecommitdiffstats
path: root/extra/protobuf-python/Pkgfile
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:05:31 +0400
committerskingrapher <gandalf@aldebaran.(none)>2010-03-14 22:05:31 +0400
commit515b79e5e570a32e9b82f65812fb633564dcffa8 (patch)
tree06505c985966748d80017ed43254ba4d15fa3504 /extra/protobuf-python/Pkgfile
parent4752e7e03852158540939a40dbec0b5ef2f8047a (diff)
downloadnutyx-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/Pkgfile14
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
+}