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

Anatol Pomozov anatolik at archlinux.org
Tue Jan 10 18:02:31 UTC 2017


    Date: Tuesday, January 10, 2017 @ 18:02:30
  Author: anatolik
Revision: 206616

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 206615, msgpack-c/trunk/PKGBUILD)
  msgpack-c/repos/community-testing-x86_64/
  msgpack-c/repos/community-testing-x86_64/PKGBUILD
    (from rev 206615, 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 206615, msgpack-c/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-01-10 18:02:30 UTC (rev 206616)
@@ -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=2.1.0
+_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)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('24fc3456b742851dc55b94f883d96070a38f6f2f')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}

Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 206615, msgpack-c/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-01-10 18:02:30 UTC (rev 206616)
@@ -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=2.1.0
+_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)
+makedepends=(cmake)
+source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip)
+sha1sums=('24fc3456b742851dc55b94f883d96070a38f6f2f')
+
+build() {
+  cd msgpack-c-$_tag 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+check() {
+  cd msgpack-c-$_tag
+  make test 
+}
+
+package() {
+  cd msgpack-c-$_tag
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list