wok diff python-antlr/receipt @ rev 16584

Some fixes to last commit
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 05:48:48 2014 +0200 (2014-05-04)
parents 9d082d25caea
children 16df76e1fc6a
line diff
     1.1 --- a/python-antlr/receipt	Tue Feb 21 09:18:42 2012 +0100
     1.2 +++ b/python-antlr/receipt	Sun May 04 05:48:48 2014 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="language tool for constructing recognizers, compilers for python."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.antlr.org/"
    1.10  WGET_URL="${WEB_SITE}download/$TARBALL"
    1.11 @@ -25,5 +26,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $_pkg/usr/lib $fs/usr
    1.16 +	cp -a $install/usr/lib $fs/usr
    1.17  }