[arch-commits] Commit in libantlr3c/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue May 29 09:39:04 UTC 2018


    Date: Tuesday, May 29, 2018 @ 09:39:03
  Author: arodseth
Revision: 333165

archrelease: copy trunk to community-x86_64

Added:
  libantlr3c/repos/community-x86_64/PKGBUILD
    (from rev 333164, libantlr3c/trunk/PKGBUILD)
Deleted:
  libantlr3c/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-29 09:38:53 UTC (rev 333164)
+++ PKGBUILD	2018-05-29 09:39:03 UTC (rev 333165)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
-# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
-# Contributor: Alexis Robert <alexis.robert at gmail.com>
-# Contributor: Daniel Nagy <danielnagy at gmx.de>
-
-pkgname=libantlr3c
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='C runtime for the ANTLR parsing library'
-url='http://www.antlr.org/'
-arch=('x86_64')
-license=('BSD')
-makedepends=('git')
-source=("git+https://github.com/antlr/antlr3.git#tag=$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  cd antlr3/runtime/C
-  cat <<EOF> antlr3config.h.in
-#include <stdint.h>
-#include <stdarg.h>
-#include <stdlib.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <sys/stat.h>
-#include <sys/socket.h>
-#include <antlr3defs.h>
-EOF
-  aclocal
-  libtoolize
-  automake --add-missing
-  autoconf
-}
-
-build() {
-  cd antlr3/runtime/C
-
-  ./configure --prefix=/usr --enable-64bit --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd antlr3/runtime/C
-
-  DESTDIR="$pkgdir" make install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: antlr3.org
-# vim: ts=2 sw=2 et:

Copied: libantlr3c/repos/community-x86_64/PKGBUILD (from rev 333164, libantlr3c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-29 09:39:03 UTC (rev 333165)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
+# Contributor: Alexis Robert <alexis.robert at gmail.com>
+# Contributor: Daniel Nagy <danielnagy at gmx.de>
+
+pkgname=libantlr3c
+pkgver=3.5.2
+pkgrel=2
+pkgdesc='C runtime for the ANTLR parsing library'
+url='http://www.antlr.org/'
+arch=('x86_64')
+license=('BSD')
+makedepends=('git')
+source=("git+https://github.com/antlr/antlr3.git#tag=$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  cd antlr3/runtime/C
+  cat <<EOF> antlr3config.h.in
+#include <stdint.h>
+#include <stdarg.h>
+#include <stdlib.h>
+#include <netinet/in.h>
+#include <netinet/tcp.h>
+#include <sys/stat.h>
+#include <sys/socket.h>
+#include <antlr3defs.h>
+EOF
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoconf
+}
+
+build() {
+  cd antlr3/runtime/C
+
+  ./configure --prefix=/usr --enable-64bit --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd antlr3/runtime/C
+
+  DESTDIR="$pkgdir" make install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: antlr3.org
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list