1 # Maintainer: Aurélien Wailly <aurelien.wailly@gmail.com>
6 pkgdesc="C bindings for Google's Protocol Buffers"
8 url="http://code.google.com/p/protobuf-c/"
12 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
13 md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
16 cd "$srcdir/$pkgname-$pkgver"
17 ./configure --prefix=/usr --disable-static
18 # if you have compiling problems, uncomment the following line
19 # export MAKEFLAGS=-j1
24 cd "$srcdir/$pkgname-$pkgver"
25 make DESTDIR="$pkgdir" install