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

Anatol Pomozov anatolik at archlinux.org
Sat May 7 08:05:28 UTC 2016


    Date: Saturday, May 7, 2016 @ 10:05:28
  Author: anatolik
Revision: 267182

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

Added:
  re2c/repos/testing-i686/
  re2c/repos/testing-i686/PKGBUILD
    (from rev 267181, re2c/trunk/PKGBUILD)
  re2c/repos/testing-x86_64/
  re2c/repos/testing-x86_64/PKGBUILD
    (from rev 267181, re2c/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: re2c/repos/testing-i686/PKGBUILD (from rev 267181, re2c/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-07 08:05:28 UTC (rev 267182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.16
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.sourceforge.net/'
+license=(GPL)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3bf508fabd52ed7334647d0ccb956e8d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: re2c/repos/testing-x86_64/PKGBUILD (from rev 267181, re2c/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-07 08:05:28 UTC (rev 267182)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.16
+pkgrel=1
+arch=(i686 x86_64)
+depends=(gcc-libs)
+pkgdesc='A tool for generating C-based recognizers from regular expressions'
+url='http://re2c.sourceforge.net/'
+license=(GPL)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('3bf508fabd52ed7334647d0ccb956e8d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list