wok-next view python-antlr/receipt @ rev 20969
Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Sep 14 01:56:52 2018 +0300 (2018-09-14) |
parents | 4e6503d7a19f |
children | c9a7a7b42a86 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-antlr"
4 ORIGIN="antlr4-python2-runtime"
5 VERSION="latest"
6 CATEGORY="development"
7 SHORT_DESC="Language tool for constructing recognizers, compilers for Python"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="BSD"
10 WEB_SITE="http://www.antlr.org/"
11 REPOLOGY="antlr4"
13 BUILD_DEPENDS="python"
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR $ORIGIN
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n "/^Successfully installed/ s|.*$ORIGIN-||p" $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="python"
23 }