summaryrefslogtreecommitdiffstats
path: root/extra/protobuf-python/Pkgfile
blob: 4b9fd8e669b6fc423d57e50883a82c1ece689239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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, 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
}