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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Oct 4 05:04:45 UTC 2014


    Date: Saturday, October 4, 2014 @ 07:04:45
  Author: bpiotrowski
Revision: 223844

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

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

-------------------------+
 staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: protobuf-c/repos/staging-i686/PKGBUILD (from rev 223843, protobuf-c/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+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=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: protobuf-c/repos/staging-x86_64/PKGBUILD (from rev 223843, protobuf-c/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2014-10-04 05:04:45 UTC (rev 223844)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=protobuf-c
+pkgver=1.0.1
+pkgrel=2
+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=('3a87e11a18e4b823c82643636674e9e7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list