ethtool:moved
This commit is contained in:
@@ -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")
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>ethtool</Name>
|
||||||
|
<Homepage>https://www.kernel.org/pub/software/network/ethtool/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>hardware.misc</PartOf>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>app:console</IsA>
|
||||||
|
<Summary>Utility to examine and tune ethernet-based network interfaces</Summary>
|
||||||
|
<Description>ethtool is used for querying and changing settings of an ethernet device.</Description>
|
||||||
|
<Archive sha1sum="b16ecf0ede1635f8a8abac9b8db58b831f408f7b" type="tarxz">https://mirrors.edge.kernel.org/pub/software/network/ethtool/ethtool-5.8.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>libmnl-devel</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>ethtool</Name>
|
||||||
|
<Summary>Utility to examine and tune ethernet-based network interfaces</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libmnl</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="executable">/usr/sbin</Path>
|
||||||
|
<Path fileType="bash-completion">/usr/share/bash-completion</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-09-07</Date>
|
||||||
|
<Version>5.8</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="5">
|
||||||
|
<Date>2020-07-22</Date>
|
||||||
|
<Version>5.7</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2020-04-28</Date>
|
||||||
|
<Version>5.4</Version>
|
||||||
|
<Comment>Patch version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2019-11-04</Date>
|
||||||
|
<Version>5.3</Version>
|
||||||
|
<Comment>Ver. bump</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2016-02-18</Date>
|
||||||
|
<Version>4.2</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>İbrahim KARAGÜZEL</Name>
|
||||||
|
<Email>karaguzelibrahim@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2010-11-19</Date>
|
||||||
|
<Version>2.6.36</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Onur Küçük</Name>
|
||||||
|
<Email>onur@pardus.org.tr</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>ethtool</Name>
|
||||||
|
<Summary xml:lang="tr">Ethernet tabanlı ağ arayüzlerini tanımlamak ve ayarlamak için kullanılan bir yazılım</Summary>
|
||||||
|
<Description xml:lang="tr">Ethtool ağ aygıtınızın ayarlarını listelemeye ve bu ayarları değiştirmeye yarar.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user