wok diff python-ethtool/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 5ea0ce1cecc0
children 0262035dc1e7
line diff
     1.1 --- a/python-ethtool/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/python-ethtool/receipt	Sat Oct 01 09:32:27 2022 +0000
     1.3 @@ -1,17 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-ethtool"
     1.7 -VERSION="0.14"
     1.8 +VERSION="0.15"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Python bindings for the ethtool kernel interface."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -WEB_SITE="https://fedoraproject.org/wiki/Python-ethtool"
    1.14 +WEB_SITE="https://pypi.org/project/ethtool/"
    1.15 +REPOLOGY="python:ethtool"
    1.16  
    1.17 +SOURCE="ethtool"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://github.com/fedora-python/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$SOURCE-$VERSION.tar.gz"
    1.21  
    1.22 -DEPENDS="python libnl"
    1.23 +DEPENDS="libnl python"
    1.24  BUILD_DEPENDS="libnl-dev pkg-config python python-dev python-setuptools"
    1.25  
    1.26  current_version()
    1.27 @@ -30,5 +32,6 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr	$fs
    1.32 +	cook_copy_folders	bin
    1.33 +	cook_copy_folders	lib
    1.34  }