[arch-commits] Commit in msgpack-c/repos/community-x86_64 (PKGBUILD PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Fri Sep 14 07:36:23 UTC 2018


    Date: Friday, September 14, 2018 @ 07:36:22
  Author: zorun
Revision: 380816

archrelease: copy trunk to community-x86_64

Added:
  msgpack-c/repos/community-x86_64/PKGBUILD
    (from rev 380815, msgpack-c/trunk/PKGBUILD)
Deleted:
  msgpack-c/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 07:36:13 UTC (rev 380815)
+++ PKGBUILD	2018-09-14 07:36:22 UTC (rev 380816)
@@ -1,36 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel <leenjewel at gmail.com>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=msgpack-c
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz")
-sha256sums=('9859d44d336f9b023a79a3026bb6a558b2ea346107ab4eadba58236048650690')
-
-build() {
-  cd "msgpack-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -DMSGPACK_CXX11=ON \
-        -DMSGPACK_BUILD_EXAMPLES=OFF \
-        .
-  make
-}
-
-check() {
-  cd "msgpack-${pkgver}"
-  make test 
-}
-
-package() {
-  cd "msgpack-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: msgpack-c/repos/community-x86_64/PKGBUILD (from rev 380815, msgpack-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 07:36:22 UTC (rev 380816)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel <leenjewel at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=msgpack-c
+pkgver=3.1.1
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz")
+sha256sums=('8592d12e19ac3796889b8358bc8f78df9272e6aa7a9ea1834bafd68e4073549a')
+
+build() {
+  cd "msgpack-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DBUILD_SHARED_LIBS=ON \
+        -DMSGPACK_ENABLE_STATIC=OFF \
+        -DMSGPACK_CXX11=ON \
+        -DMSGPACK_BUILD_EXAMPLES=OFF \
+        .
+  make
+}
+
+check() {
+  cd "msgpack-${pkgver}"
+  make test 
+}
+
+package() {
+  cd "msgpack-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list