wok diff python-xdg/receipt @ rev 24347

Up expat (2.4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 02 09:41:22 2022 +0000 (2022-02-02)
parents 7390f8de9846
children 2f230197370e
line diff
     1.1 --- a/python-xdg/receipt	Sat May 23 16:17:14 2015 +0300
     1.2 +++ b/python-xdg/receipt	Wed Feb 02 09:41:22 2022 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-xdg"
     1.7 -VERSION="0.19"
     1.8 +VERSION="0.26"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python library to access freedesktop.org standards."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="LGPL2"
    1.13 +WEB_SITE="https://www.freedesktop.org/wiki/Software/pyxdg/"
    1.14 +
    1.15  SOURCE="pyxdg"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.freedesktop.org/wiki/Software/pyxdg"
    1.18 -WGET_URL="http://www.freedesktop.org/~lanius/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22  BUILD_DEPENDS="python python-dev"
    1.23 @@ -24,6 +25,5 @@
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs
    1.28 -	cp -a $install/usr $fs
    1.29 +	cp -a $install/usr	$fs
    1.30  }