wok diff python-ethtool/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 4904e3d374a9
children 5ea0ce1cecc0
line diff
     1.1 --- a/python-ethtool/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/python-ethtool/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-ethtool"
     1.7 -VERSION="0.8"
     1.8 +VERSION="0.14"
     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 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://fedorapeople.org/cgit/dsommers/public_git/python-ethtool.git"
    1.15 -WGET_URL="https://fedorahosted.org/releases/p/y/$PACKAGE/$TARBALL"
    1.16 +WEB_SITE="https://fedoraproject.org/wiki/Python-ethtool"
    1.17  
    1.18 -DEPENDS="python libnl1"
    1.19 -BUILD_DEPENDS="python python-dev libnl1-dev pkg-config wget"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://github.com/fedora-python/$PACKAGE/archive/v$VERSION.tar.gz"
    1.22 +
    1.23 +DEPENDS="python libnl"
    1.24 +BUILD_DEPENDS="libnl-dev pkg-config python python-dev python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -23,7 +24,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	mkdir -p $fs
    1.33 -	cp -a $install/usr $fs
    1.34 +	cp -a $install/usr	$fs
    1.35  }
    1.36 -