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