wok diff python-html5lib/receipt @ rev 23933

dar: inserted libdir=/lib
author Hans-G?nter Theisgen
date Mon Sep 07 13:19:26 2020 +0100 (2020-09-07)
parents 814362194a8d
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-html5lib/receipt	Sun May 19 19:45:04 2019 +0200
     1.2 +++ b/python-html5lib/receipt	Mon Sep 07 13:19:26 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-html5lib"
     1.7 -VERSION="0.95"
     1.8 +VERSION="1.0.1"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python."
    1.11 +SHORT_DESC="Standards-compliant library for parsing HTML documents in Python."
    1.12  MAINTAINER="claudinei@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 +WEB_SITE="https://github.com/html5lib/html5lib-python"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://github.com/html5lib/html5lib-python"
    1.18  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="python python-six"
    1.22 -BUILD_DEPENDS="python-dev python-setuptools wget"
    1.23 +BUILD_DEPENDS="python-dev python-setuptools"
    1.24 +
    1.25 +HOST_ARCH="i486 arm"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29 @@ -23,5 +25,5 @@
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31  genpkg_rules()
    1.32  {
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }