wok-current rev 23481
updated python-ethtool (0.8 -> 0.14)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 16:36:49 2020 +0100 (2020-04-05) |
parents | 504075bdacfe |
children | a3edc4e00723 |
files | python-ethtool/receipt |
line diff
1.1 --- a/python-ethtool/receipt Sun Apr 05 16:19:25 2020 +0100 1.2 +++ b/python-ethtool/receipt Sun Apr 05 16:36:49 2020 +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 -