[arch-commits] Commit in libantlr3c/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jun 11 07:48:50 UTC 2022
Date: Saturday, June 11, 2022 @ 07:48:49
Author: arojas
Revision: 1232134
archrelease: copy trunk to community-x86_64
Added:
libantlr3c/repos/community-x86_64/PKGBUILD
(from rev 1232133, libantlr3c/trunk/PKGBUILD)
Deleted:
libantlr3c/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-11 07:48:37 UTC (rev 1232133)
+++ PKGBUILD 2022-06-11 07:48:49 UTC (rev 1232134)
@@ -1,52 +0,0 @@
-# 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=4
-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:
Copied: libantlr3c/repos/community-x86_64/PKGBUILD (from rev 1232133, libantlr3c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-11 07:48:49 UTC (rev 1232134)
@@ -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.3
+pkgrel=1
+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