diff --git a/hardware/misc/ethtool/actions.py b/hardware/misc/ethtool/actions.py deleted file mode 100644 index d53a6f222f..0000000000 --- a/hardware/misc/ethtool/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -def setup(): - autotools.configure() - -def build(): - autotools.make() - -def install(): - autotools.rawInstall('DESTDIR="%s" INSTALL="install -p"' % get.installDIR()) - - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "COPYING", "LICENSE") \ No newline at end of file diff --git a/hardware/misc/ethtool/pspec.xml b/hardware/misc/ethtool/pspec.xml deleted file mode 100644 index 05b41b8b5d..0000000000 --- a/hardware/misc/ethtool/pspec.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - ethtool - https://www.kernel.org/pub/software/network/ethtool/ - - İbrahim KARAGÜZEL - karaguzelibrahim@gmail.com - - 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://www.kernel.org/pub/software/network/ethtool/ethtool-4.2.tar.gz - - - - ethtool - - /usr/sbin - /usr/share/doc - /usr/share/man - - - - - - 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 - - - diff --git a/hardware/misc/ethtool/translations.xml b/hardware/misc/ethtool/translations.xml deleted file mode 100644 index 9be000f472..0000000000 --- a/hardware/misc/ethtool/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - 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