New package: libantlr3c-3.4

This commit is contained in:
John 2017-08-23 16:43:02 +02:00 committed by maxice8
parent 9f10abb0fa
commit 1a23913553
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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 <johnz@posteo.net>"
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
}