summaryrefslogtreecommitdiffstats
path: root/extra/protobuf-python/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/protobuf-python/Pkgfile')
-rw-r--r--extra/protobuf-python/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/protobuf-python/Pkgfile b/extra/protobuf-python/Pkgfile
deleted file mode 100644
index 50787a2ec..000000000
--- a/extra/protobuf-python/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: Google's data interchange format utility (python API).
-# URL: http://code.google.com/p/protobuf/
-# Maintainer: skingrapher at legtux dot org
-# Depends on: protobuf, setuptools
-# Run on: protobuf,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
- python2 setup.py install --prefix=/usr --root $PKG
-}
-