mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/protobuf-c to 0.15-3
This commit is contained in:
parent
de28e8d6b3
commit
6ac1666ad3
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ plugrel=1
|
|||
|
||||
pkgname=protobuf-c
|
||||
pkgver=0.15
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="C bindings for Google's Protocol Buffers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/protobuf-c/"
|
||||
|
@ -17,6 +17,7 @@ md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
|
|||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --disable-static
|
||||
export MAKEFLAGS=-j1
|
||||
make check
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue