wok annotate python-unidecode/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
parents 7390f8de9846
children 104a2a2e5484
rev   line source
pascal@17912 1 # SliTaz package receipt.
pascal@17912 2
pascal@17912 3 PACKAGE="python-unidecode"
Hans-G?nter@23572 4 VERSION="1.1.1"
pascal@17912 5 CATEGORY="development"
pascal@17912 6 SHORT_DESC="ASCII transliterations of Unicode text."
pascal@17912 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17912 8 LICENSE="GPL2"
Hans-G?nter@23572 9 WEB_SITE="https://pypi.python.org/pypi/Unidecode"
Hans-G?nter@23572 10
pascal@17912 11 SOURCE="Unidecode"
pascal@17912 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23572 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
pascal@17912 14
pascal@17912 15 DEPENDS="python"
Hans-G?nter@23572 16 BUILD_DEPENDS="python python-setuptools"
pascal@17912 17
pascal@17912 18 # Rules to configure and make the package.
pascal@17912 19 compile_rules()
pascal@17912 20 {
pascal@17912 21 python setup.py install --root=$DESTDIR
pascal@17912 22 }
pascal@17912 23
pascal@17912 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17912 25 genpkg_rules()
pascal@17912 26 {
Hans-G?nter@23572 27 cp -a $install/usr $fs
pascal@17912 28 }