diff --git a/hardware/misc/ethtool/actions.py b/hardware/misc/ethtool/actions.py new file mode 100644 index 0000000000..55857239ff --- /dev/null +++ b/hardware/misc/ethtool/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall('DESTDIR="%s" INSTALL="install -p"' % get.installDIR()) + pisitools.dodoc("README", "COPYING", "LICENSE") \ No newline at end of file diff --git a/hardware/misc/ethtool/pspec.xml b/hardware/misc/ethtool/pspec.xml new file mode 100644 index 0000000000..873323b62c --- /dev/null +++ b/hardware/misc/ethtool/pspec.xml @@ -0,0 +1,80 @@ + + + + + ethtool + https://www.kernel.org/pub/software/network/ethtool/ + + Blue Devil + bluedevil@sctzine.com + + hardware.misc + GPLv2 + app:console + Utility to examine and tune ethernet-based network interfaces + ethtool is used for querying and changing settings of an ethernet device. + https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-5.8.tar.xz + + libmnl-devel + + + + + ethtool + Utility to examine and tune ethernet-based network interfaces + + libmnl + + + /usr/share/doc + /usr/share/man + /usr/sbin + /usr/share/bash-completion + + + + + + 2020-09-07 + 5.8 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-07-22 + 5.7 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-04-28 + 5.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-11-04 + 5.3 + Ver. bump + Blue Devil + bluedevil@sctzine.com + + + 2016-02-18 + 4.2 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2010-11-19 + 2.6.36 + First release + Onur Küçük + onur@pardus.org.tr + + + \ No newline at end of file diff --git a/hardware/misc/ethtool/translations.xml b/hardware/misc/ethtool/translations.xml new file mode 100644 index 0000000000..9be000f472 --- /dev/null +++ b/hardware/misc/ethtool/translations.xml @@ -0,0 +1,8 @@ + + + + ethtool + Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım + Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar. + + \ No newline at end of file