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

Anatol Pomozov anatolik at archlinux.org
Mon Aug 28 21:54:25 UTC 2017


    Date: Monday, August 28, 2017 @ 21:54:24
  Author: anatolik
Revision: 304311

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

Added:
  re2c/repos/community-i686/
  re2c/repos/community-i686/PKGBUILD
    (from rev 304310, re2c/trunk/PKGBUILD)
  re2c/repos/community-x86_64/
  re2c/repos/community-x86_64/PKGBUILD
    (from rev 304310, re2c/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: re2c/repos/community-i686/PKGBUILD (from rev 304310, re2c/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-28 21:54:24 UTC (rev 304311)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=1.0.2
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.org'
+license=(GPL)
+source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz)
+sha1sums=('d01b4d3c353bb32d5e4a1a61a377e0f4f03d4741')
+
+build() {
+  cd $pkgname-$pkgver/re2c
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/re2c
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver/re2c
+  make DESTDIR="$pkgdir" install
+}

Copied: re2c/repos/community-x86_64/PKGBUILD (from rev 304310, re2c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-28 21:54:24 UTC (rev 304311)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=1.0.2
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.org'
+license=(GPL)
+source=(re2c-$pkgver.tar.gz::https://github.com/skvadrik/re2c/archive/$pkgver.tar.gz)
+sha1sums=('d01b4d3c353bb32d5e4a1a61a377e0f4f03d4741')
+
+build() {
+  cd $pkgname-$pkgver/re2c
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver/re2c
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver/re2c
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list