Date: Wednesday, June 29, 2016 @ 23:34:09 Author: anatolik Revision: 181631
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 181630, msgpack-c/trunk/PKGBUILD) msgpack-c/repos/community-testing-x86_64/ msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 181630, 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 181630, msgpack-c/trunk/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2016-06-29 23:34:09 UTC (rev 181631) @@ -0,0 +1,33 @@ +# Maintainer: Anatol Pomozov +# Contributor: Leen Jewel <leenje...@gmail.com> +# Contributor: Auguste Pop <auguste [at] gmail [dot] com> + +pkgname=msgpack-c +pkgver=2.0.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=('6da4b438ce24397553737be7ace4c994d5ec1ee5') + +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 181630, msgpack-c/trunk/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2016-06-29 23:34:09 UTC (rev 181631) @@ -0,0 +1,33 @@ +# Maintainer: Anatol Pomozov +# Contributor: Leen Jewel <leenje...@gmail.com> +# Contributor: Auguste Pop <auguste [at] gmail [dot] com> + +pkgname=msgpack-c +pkgver=2.0.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=('6da4b438ce24397553737be7ace4c994d5ec1ee5') + +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 +}