diff options
Diffstat (limited to 'extra/protobuf/Pkgfile')
-rw-r--r-- | extra/protobuf/Pkgfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/protobuf/Pkgfile b/extra/protobuf/Pkgfile deleted file mode 100644 index 5dbbafa2e..000000000 --- a/extra/protobuf/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: A way of encoding structured data in an efficient yet extensible format -# URL: http://code.google.com/p/protobuf/ -# Maintainer: skingrapher at legtux dot org -# Depends on: gcc, zlib - -name=protobuf -version=2.3.0 -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 -} |