From de3c725e089f1d2488ac715e6a7b971575fe9cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 23:38:24 +0200 Subject: [PATCH] Version bump --- hardware/misc/ethtool/actions.py | 19 ++++++++++++ hardware/misc/ethtool/pspec.xml | 41 ++++++++++++++++++++++++++ hardware/misc/ethtool/translations.xml | 8 +++++ 3 files changed, 68 insertions(+) create mode 100644 hardware/misc/ethtool/actions.py create mode 100644 hardware/misc/ethtool/pspec.xml create mode 100644 hardware/misc/ethtool/translations.xml 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