Date: Wednesday, June 18, 2014 @ 16:57:49
  Author: anatolik
Revision: 113335

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

Added:
  re2/repos/community-i686/
  re2/repos/community-i686/PKGBUILD
    (from rev 113334, re2/trunk/PKGBUILD)
  re2/repos/community-x86_64/
  re2/repos/community-x86_64/PKGBUILD
    (from rev 113334, re2/trunk/PKGBUILD)

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

Copied: re2/repos/community-i686/PKGBUILD (from rev 113334, re2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-06-18 14:57:49 UTC (rev 113335)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+# Contributor: Alexandre Bique <[email protected]>
+
+pkgname=re2
+pkgver=20140304
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='http://code.google.com/p/re2/'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(https://re2.googlecode.com/files/re2-$pkgver.tgz)
+sha1sums=('f30dda8e530921b623c32aa58a5dabbe9157f6ca')
+
+build() {
+  cd re2
+  LDFLAGS+=" -pthread"
+  make prefix=/usr
+}
+
+check() {
+  cd re2
+  LDFLAGS+=" -pthread"
+  make prefix=/usr test
+}
+
+package() {
+  cd re2
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: re2/repos/community-x86_64/PKGBUILD (from rev 113334, 
re2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-18 14:57:49 UTC (rev 113335)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+# Contributor: Alexandre Bique <[email protected]>
+
+pkgname=re2
+pkgver=20140304
+pkgrel=1
+pkgdesc='C++ library for fast, safe, thread-friendly alternative to 
backtracking regular expression engines like those used in PCRE, Perl, and 
Python'
+url='http://code.google.com/p/re2/'
+depends=(gcc-libs)
+arch=(i686 x86_64)
+license=(BSD)
+source=(https://re2.googlecode.com/files/re2-$pkgver.tgz)
+sha1sums=('f30dda8e530921b623c32aa58a5dabbe9157f6ca')
+
+build() {
+  cd re2
+  LDFLAGS+=" -pthread"
+  make prefix=/usr
+}
+
+check() {
+  cd re2
+  LDFLAGS+=" -pthread"
+  make prefix=/usr test
+}
+
+package() {
+  cd re2
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to