wok rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (21 months ago)
parents d402990be9fd
children 9651abc8d50f
files python-antlr/description.txt python-antlr/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-antlr/description.txt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +ANTLR (ANother Tool for Language Recognition) is a language tool
     1.5 +that provides a framework for constructing recognizers, interpreters,
     1.6 +compilers, and translators from grammatical descriptions containing
     1.7 +actions in a variety of target languages.
     1.8 +ANTLR provides excellent support for tree construction, tree walking,
     1.9 +translation, error recovery, and error reporting.
     2.1 --- a/python-antlr/receipt	Fri Jul 01 10:37:34 2022 +0100
     2.2 +++ b/python-antlr/receipt	Fri Jul 01 10:50:21 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-antlr"
     2.7 -VERSION="3.5.2"
     2.8 +VERSION="3.5.3"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Language tool for constructing recognizers, compilers for python."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -24,14 +24,13 @@
    2.13  # Rules to configure and make the package.
    2.14  compile_rules()
    2.15  {
    2.16 -	cd $src/runtime/Python &&
    2.17 -	python setup.py build &&
    2.18 -	python setup.py install --root=$DESTDIR
    2.19 +	cd	runtime/Python &&
    2.20 +	python	setup.py build &&
    2.21 +	python	setup.py install --root=$DESTDIR
    2.22  }
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.25  genpkg_rules()
    2.26  {
    2.27 -	mkdir -p $fs/usr
    2.28 -	cp -a $install/usr/lib	$fs/usr
    2.29 +	cook_copy_folders	lib
    2.30  }