diff options
Diffstat (limited to 'base/protobuf/Pkgfile')
-rw-r--r-- | base/protobuf/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/base/protobuf/Pkgfile b/base/protobuf/Pkgfile deleted file mode 100644 index 92a2d0a52..000000000 --- a/base/protobuf/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: Une façon d'encoder les données structurées de manière éfficace et extensible -# URL: http://code.google.com/p/protobuf/ -# Maintainer: skingrapher at legtux dot org - -name=protobuf -version=2.4.0a -release=1 -source=(http://protobuf.googlecode.com/files/$name-$version.tar.bz2) -build () -{ - cd $name-$version - ./autogen.sh - ./configure --prefix=/usr --mandir=/usr/share/man --disable-static - make DESTDIR=$PKG install -} |