wok diff python-antlr/receipt @ 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 (22 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/python-antlr/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/python-antlr/receipt	Fri Jul 01 10:50:21 2022 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-antlr"
     1.7 -VERSION="3.5.2"
     1.8 +VERSION="3.5.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Language tool for constructing recognizers, compilers for python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -24,14 +24,13 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src/runtime/Python &&
    1.17 -	python setup.py build &&
    1.18 -	python setup.py install --root=$DESTDIR
    1.19 +	cd	runtime/Python &&
    1.20 +	python	setup.py build &&
    1.21 +	python	setup.py install --root=$DESTDIR
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr
    1.28 -	cp -a $install/usr/lib	$fs/usr
    1.29 +	cook_copy_folders	lib
    1.30  }