diff --git a/hardware/misc/ethtool/actions.py b/hardware/misc/ethtool/actions.py
new file mode 100644
index 0000000000..d53a6f222f
--- /dev/null
+++ b/hardware/misc/ethtool/actions.py
@@ -0,0 +1,19 @@
+#!/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
new file mode 100644
index 0000000000..91801b799c
--- /dev/null
+++ b/hardware/misc/ethtool/pspec.xml
@@ -0,0 +1,41 @@
+
+
+ ethtool
+ https://www.kernel.org/pub/software/network/ethtool/
+
+ Pardus ANKA Admins
+ pisiciftligi@pardus-linux.org
+
+ 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
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