diff options
author | sibel <lesibel@free.fr> | 2010-12-29 15:32:26 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 15:32:26 +0000 |
commit | e496bb73c359af9d37f530e0369745b163dcc54e (patch) | |
tree | 2ca636ea8136d92addfa34edbf79b6809cce5f69 /extra/protobuf-python/Pkgfile | |
parent | d0a09dff30fd669107248a6cf6e22ffc9199d121 (diff) | |
download | nutyx-extra-e496bb73c359af9d37f530e0369745b163dcc54e.tar.gz nutyx-extra-e496bb73c359af9d37f530e0369745b163dcc54e.tar.bz2 nutyx-extra-e496bb73c359af9d37f530e0369745b163dcc54e.tar.xz nutyx-extra-e496bb73c359af9d37f530e0369745b163dcc54e.zip |
protobuf-python#2.3.0-1, maj python
Diffstat (limited to 'extra/protobuf-python/Pkgfile')
-rw-r--r-- | extra/protobuf-python/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/protobuf-python/Pkgfile b/extra/protobuf-python/Pkgfile index 1414ff694..592f95cb9 100644 --- a/extra/protobuf-python/Pkgfile +++ b/extra/protobuf-python/Pkgfile @@ -1,7 +1,7 @@ # 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 +# Depends on: python2, protobuf, setuptools name=protobuf-python version=2.3.0 @@ -10,6 +10,6 @@ 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 + python2 setup.py install --prefix=/usr --root $PKG } |