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

Anatol Pomozov anatolik at archlinux.org
Tue May 31 16:33:02 UTC 2016


    Date: Tuesday, May 31, 2016 @ 18:33:01
  Author: anatolik
Revision: 177556

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  msgpack-c/repos/community-testing-i686/
  msgpack-c/repos/community-testing-i686/PKGBUILD
    (from rev 177555, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
    (from rev 177555, msgpack-c/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: msgpack-c/repos/community-testing-i686/PKGBUILD (from rev 177555, msgpack-c/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel <leenjewel at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 177555, msgpack-c/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-05-31 16:33:01 UTC (rev 177556)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Leen Jewel <leenjewel at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=msgpack-c
+pkgver=1.4.2
+_tag=cpp-$pkgver
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=(i686 x86_64)
+url='http://msgpack.org/'
+license=(Apache)
+depends=(glibc)
+checkdepends=(gtest)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('97449205a3e962987382344fa284a83a825c6e5e')
+
+build() {
+  cd msgpack-c-$_tag 
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make check  
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list