From 1a239135533e7e611b705313ef4767a5b55934a2 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 23 Aug 2017 16:43:02 +0200 Subject: [PATCH] New package: libantlr3c-3.4 --- common/shlibs | 1 + srcpkgs/libantlr3c/template | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/libantlr3c/template diff --git a/common/shlibs b/common/shlibs index affb71fe74..68699196c2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3388,3 +3388,4 @@ libre.so re-0.5.8_1 libspandsp.so.2 spandsp-0.0.6_1 librem.so rem-0.5.3_1 libshp.so.1 shapelib-1.4.1_1 +libantlr3c.so libantlr3c-3.4_1 diff --git a/srcpkgs/libantlr3c/template b/srcpkgs/libantlr3c/template new file mode 100644 index 0000000000..6f69468e55 --- /dev/null +++ b/srcpkgs/libantlr3c/template @@ -0,0 +1,21 @@ +# Template file for 'libantlr3c' +pkgname=libantlr3c +version=3.4 +revision=1 +build_style=gnu-configure +short_desc="C runtime for the ANTLR parsing library" +maintainer="John " +license="BSD-3-Clause" +homepage="https://www.antlr.org" +distfiles="https://www.antlr3.org/download/C/${pkgname}-${version}.tar.gz" +checksum="ca914a97f1a2d2f2c8e1fca12d3df65310ff0286d35c48b7ae5f11dcc8b2eb52" + +case "$XBPS_TARGET_MACHINE" in +x86_64*|aarch64*) + configure_args+=" --enable-64bit" + ;; +esac + +post_install() { + vlicense COPYING +}