wok-next view python-unidecode/receipt @ rev 20907

slitaz-base-files: set correct SLITAZ_ARCH in slitaz.conf (affected x86_64) - thanks shann
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 15:39:58 2018 +0300 (2018-08-10)
parents 7390f8de9846
children 8b5b2a6d07b8
line source
1 # SliTaz package receipt.
3 PACKAGE="python-unidecode"
4 VERSION="0.04.17"
5 CATEGORY="development"
6 SHORT_DESC="ASCII transliterations of Unicode text."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
10 REPOLOGY="python:unidecode"
12 SOURCE="Unidecode"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }