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

Anatol Pomozov anatolik at archlinux.org
Wed Mar 25 21:13:32 UTC 2015


    Date: Wednesday, March 25, 2015 @ 22:13:32
  Author: anatolik
Revision: 129920

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

Added:
  gflags/repos/community-testing-i686/
  gflags/repos/community-testing-i686/PKGBUILD
    (from rev 129919, gflags/trunk/PKGBUILD)
  gflags/repos/community-testing-x86_64/
  gflags/repos/community-testing-x86_64/PKGBUILD
    (from rev 129919, gflags/trunk/PKGBUILD)

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

Copied: gflags/repos/community-testing-i686/PKGBUILD (from rev 129919, gflags/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-03-25 21:13:32 UTC (rev 129920)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Anatol Pomozov <anatol.pomozov gmail>
+# Contributor: RunningDroid <runningdroid AT zoho.com>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=gflags
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='C++ Library for commandline flag processing'
+arch=(i686 x86_64)
+url='https://github.com/schuhschuh/gflags'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::https://github.com/schuhschuh/gflags/archive/v$pkgver.tar.gz)
+sha256sums=('d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662')
+
+build() {
+  cd gflags-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF -DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd gflags-$pkgver
+  make test
+}
+
+package() {
+  cd gflags-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}

Copied: gflags/repos/community-testing-x86_64/PKGBUILD (from rev 129919, gflags/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-03-25 21:13:32 UTC (rev 129920)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Anatol Pomozov <anatol.pomozov gmail>
+# Contributor: RunningDroid <runningdroid AT zoho.com>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=gflags
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='C++ Library for commandline flag processing'
+arch=(i686 x86_64)
+url='https://github.com/schuhschuh/gflags'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::https://github.com/schuhschuh/gflags/archive/v$pkgver.tar.gz)
+sha256sums=('d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662')
+
+build() {
+  cd gflags-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF -DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd gflags-$pkgver
+  make test
+}
+
+package() {
+  cd gflags-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}



More information about the arch-commits mailing list