wok-next view python-snowballstemmer/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 542df2bfb7b5
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-snowballstemmer"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="16 stemmer algorithms generated from Snowball algorithms"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://pypi.python.org/pypi/snowballstemmer"
10 REPOLOGY="python:snowballstemmer"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR snowballstemmer
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*snowballstemmer-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 }