mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
removed community/protobuf-c
This commit is contained in:
parent
30af5f8dd3
commit
9be6cf77de
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
# Maintainer: Aurélien Wailly <aurelien.wailly@gmail.com>
|
||||
|
||||
# Remove when bumped upstream
|
||||
|
||||
pkgname=protobuf-c
|
||||
pkgver=0.15
|
||||
pkgrel=3
|
||||
pkgdesc="C bindings for Google's Protocol Buffers"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://code.google.com/p/protobuf-c/"
|
||||
license=('Apache')
|
||||
depends=('protobuf')
|
||||
options=(!libtool)
|
||||
source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr --disable-static
|
||||
export MAKEFLAGS=-j1
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue