Version bump

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-18 23:38:24 +02:00
parent 02c78a004a
commit de3c725e08
3 changed files with 68 additions and 0 deletions
+19
View File
@@ -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")
+41
View File
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>ethtool</Name>
<Homepage>https://www.kernel.org/pub/software/network/ethtool/</Homepage>
<Packager>
<Name>Pardus ANKA Admins</Name>
<Email>pisiciftligi@pardus-linux.org</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>
+8
View File
@@ -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>