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

Anatol Pomozov anatolik at nymeria.archlinux.org
Wed Apr 9 23:29:33 UTC 2014


    Date: Thursday, April 10, 2014 @ 01:29:33
  Author: anatolik
Revision: 210110

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

Added:
  re2c/repos/testing-i686/
  re2c/repos/testing-i686/PKGBUILD
    (from rev 210109, re2c/trunk/PKGBUILD)
  re2c/repos/testing-x86_64/
  re2c/repos/testing-x86_64/PKGBUILD
    (from rev 210109, 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 210109, re2c/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-09 23:29:33 UTC (rev 210110)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.13.6
+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=('8927c3f65d445c40f2e6213269dcef2d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: re2c/repos/testing-x86_64/PKGBUILD (from rev 210109, re2c/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-09 23:29:33 UTC (rev 210110)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.13.6
+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=('8927c3f65d445c40f2e6213269dcef2d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list