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