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

netkit-rsh: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:56:13 2018 +0300 (2018-05-27)
parents 0e7893ac206d
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-snowballstemmer"
4 VERSION="1.2.1"
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"
11 BUILD_DEPENDS="python"
13 compile_rules() {
14 pip install --no-compile --root=$DESTDIR snowballstemmer
15 }
17 genpkg_rules() {
18 copy @std
19 DEPENDS="python"
20 }