Moved to contrib
This commit is contained in:
@@ -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")
|
||||
@@ -1,41 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ethtool</Name>
|
||||
<Homepage>https://www.kernel.org/pub/software/network/ethtool/</Homepage>
|
||||
<Packager>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Packager>
|
||||
<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="9f680158354da45852e39a1ca0463ee26b57e97a" type="targz">https://www.kernel.org/pub/software/network/ethtool/ethtool-4.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ethtool</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<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>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?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