[arch-commits] Commit in re2c/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Thu Apr 16 15:12:55 UTC 2015
Date: Thursday, April 16, 2015 @ 17:12:55
Author: anatolik
Revision: 237240
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
re2c/repos/extra-i686/PKGBUILD
(from rev 237239, re2c/trunk/PKGBUILD)
re2c/repos/extra-x86_64/PKGBUILD
(from rev 237239, re2c/trunk/PKGBUILD)
Deleted:
re2c/repos/extra-i686/PKGBUILD
re2c/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 ------------------------
extra-x86_64/PKGBUILD | 31 ------------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-04-16 15:12:17 UTC (rev 237239)
+++ extra-i686/PKGBUILD 2015-04-16 15:12:55 UTC (rev 237240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: nut543 <kfs1 at online.no>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=re2c
-pkgver=0.13.7.5
-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=('1cb302b45ad1f4657c112e5b63735e67')
-
-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/extra-i686/PKGBUILD (from rev 237239, re2c/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-16 15:12:55 UTC (rev 237240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.14.2
+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=('b565233bb46e4cbb8d006ddc1989038e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make tests
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-04-16 15:12:17 UTC (rev 237239)
+++ extra-x86_64/PKGBUILD 2015-04-16 15:12:55 UTC (rev 237240)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: nut543 <kfs1 at online.no>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=re2c
-pkgver=0.13.7.5
-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=('1cb302b45ad1f4657c112e5b63735e67')
-
-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/extra-x86_64/PKGBUILD (from rev 237239, re2c/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-04-16 15:12:55 UTC (rev 237240)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: nut543 <kfs1 at online.no>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=re2c
+pkgver=0.14.2
+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=('b565233bb46e4cbb8d006ddc1989038e')
+
+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