# HG changeset patch # User Hans-G?nter Theisgen # Date 1586101009 -3600 # Node ID 3601009ad7bd1c9f5754f619560e180a5fd82201 # Parent 504075bdacfe2e864e707392823e55e33dd6b34f updated python-ethtool (0.8 -> 0.14) diff -r 504075bdacfe -r 3601009ad7bd python-ethtool/receipt --- a/python-ethtool/receipt Sun Apr 05 16:19:25 2020 +0100 +++ b/python-ethtool/receipt Sun Apr 05 16:36:49 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-ethtool" -VERSION="0.8" +VERSION="0.14" CATEGORY="network" SHORT_DESC="Python bindings for the ethtool kernel interface." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://fedorapeople.org/cgit/dsommers/public_git/python-ethtool.git" -WGET_URL="https://fedorahosted.org/releases/p/y/$PACKAGE/$TARBALL" +WEB_SITE="https://fedoraproject.org/wiki/Python-ethtool" -DEPENDS="python libnl1" -BUILD_DEPENDS="python python-dev libnl1-dev pkg-config wget" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://github.com/fedora-python/$PACKAGE/archive/v$VERSION.tar.gz" + +DEPENDS="python libnl" +BUILD_DEPENDS="libnl-dev pkg-config python python-dev python-setuptools" # Rules to configure and make the package. compile_rules() @@ -23,7 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs - cp -a $install/usr $fs + cp -a $install/usr $fs } -