wok-next diff python-antlr/receipt @ rev 20236

linux-cloop: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 06 10:18:18 2017 +0100 (2017-11-06)
parents 16df76e1fc6a
children 7a27d976b7a5
line diff
     1.1 --- a/python-antlr/receipt	Fri May 22 17:34:18 2015 +0300
     1.2 +++ b/python-antlr/receipt	Mon Nov 06 10:18:18 2017 +0100
     1.3 @@ -1,18 +1,17 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="python-antlr"
     1.8 -SOURCE="antlr"
     1.9  VERSION="3.4"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="language tool for constructing recognizers, compilers for python."
    1.12 +SHORT_DESC="Language tool for constructing recognizers, compilers for Python"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.antlr.org/"
    1.17 +
    1.18 +TARBALL="antlr-$VERSION.tar.gz"
    1.19  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.20  
    1.21 -DEPENDS="python"
    1.22 -BUILD_DEPENDS="python python-dev setuptools"
    1.23 +BUILD_DEPENDS="python"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -25,7 +24,6 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr
    1.32 -	cp -a $install/usr/lib $fs/usr
    1.33 +	copy @std
    1.34 +	DEPENDS="python"
    1.35  }
    1.36 -