[arch-commits] Commit in libantlr3c/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 25 10:47:20 UTC 2019
Date: Monday, February 25, 2019 @ 10:47:18
Author: arodseth
Revision: 435677
archrelease: copy trunk to community-x86_64
Added:
libantlr3c/repos/community-x86_64/PKGBUILD
(from rev 435676, libantlr3c/trunk/PKGBUILD)
Deleted:
libantlr3c/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 105 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-25 10:47:11 UTC (rev 435676)
+++ PKGBUILD 2019-02-25 10:47:18 UTC (rev 435677)
@@ -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=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:
Copied: libantlr3c/repos/community-x86_64/PKGBUILD (from rev 435676, libantlr3c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-25 10:47:18 UTC (rev 435677)
@@ -0,0 +1,52 @@
+# 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=3
+pkgdesc='ANother Tool for Language Recognition'
+url='https://www.antlr3.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