[arch-commits] Commit in protobuf-c/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Aug 1 06:53:13 UTC 2014


    Date: Friday, August 1, 2014 @ 08:53:13
  Author: bpiotrowski
Revision: 218474

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  protobuf-c/repos/staging-i686/
  protobuf-c/repos/staging-i686/PKGBUILD
    (from rev 218473, protobuf-c/trunk/PKGBUILD)
  protobuf-c/repos/staging-x86_64/
  protobuf-c/repos/staging-x86_64/PKGBUILD
    (from rev 218473, protobuf-c/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 218473, protobuf-c/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=1.0.0
+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=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 218473, protobuf-c/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-08-01 06:53:13 UTC (rev 218474)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=1.0.0
+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=($url/releases/download/v$pkgver/protobuf-c-$pkgver.tar.gz)
+md5sums=('e8485b35bb8c9ff0a89a3df957976fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list