diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:45:15 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-05 20:45:15 +0100 |
commit | d2f95f7197ca68f6ae497a415a975bf2731aa8c5 (patch) | |
tree | 6b0fe1e66413a124160935eba78303b780a767be /extra/protobuf-python/Pkgfile | |
parent | 744dc7c43a29e69a80f050b4c02d46dfd8b385b1 (diff) | |
download | nutyx-extra-d2f95f7197ca68f6ae497a415a975bf2731aa8c5.tar.gz nutyx-extra-d2f95f7197ca68f6ae497a415a975bf2731aa8c5.tar.bz2 nutyx-extra-d2f95f7197ca68f6ae497a415a975bf2731aa8c5.tar.xz nutyx-extra-d2f95f7197ca68f6ae497a415a975bf2731aa8c5.zip |
protobuf-python dans ouvert
Diffstat (limited to 'extra/protobuf-python/Pkgfile')
-rw-r--r-- | extra/protobuf-python/Pkgfile | 16 |
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 -} - |