[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Nov 23 15:05:39 UTC 2013


    Date: Saturday, November 23, 2013 @ 16:05:39
  Author: bpiotrowski
Revision: 101361

newpkg: protobuf-c 0.15-3

Added:
  protobuf-c/
  protobuf-c/repos/
  protobuf-c/trunk/
  protobuf-c/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Added: protobuf-c/trunk/PKGBUILD
===================================================================
--- protobuf-c/trunk/PKGBUILD	                        (rev 0)
+++ protobuf-c/trunk/PKGBUILD	2013-11-23 15:05:39 UTC (rev 101361)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Maintainer: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=0.15
+pkgrel=3
+pkgdesc='Protocol Buffers implementation in C'
+arch=('i686' 'x86_64')
+url='https://github.com/protobuf-c/protobuf-c'
+license=('BSD')
+depends=('protobuf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('73ff0c8df50d2eee75269ad8f8c07dc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: protobuf-c/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list