Version bump

This commit is contained in:
İbrahim KARAGÜZEL
2016-02-18 23:55:00 +02:00
parent 6a85e9d7ed
commit d94040bd1e
3 changed files with 81 additions and 0 deletions
+18
View File
@@ -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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.export("CFLAGS", get.CFLAGS())
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
+55
View File
@@ -0,0 +1,55 @@
<PISI>
<Source>
<Name>rfkill</Name>
<Homepage>https://wireless.wiki.kernel.org/en/users/Documentation/rfkill</Homepage>
<Packager>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Packager>
<License>as-is</License>
<IsA>app:console</IsA>
<Summary>Small tool to query rfkill devices</Summary>
<Description>rfkill is a small tool to query the state of rfkill switches, buttons and subsytem interfaces.</Description>
<Archive sha1sum="5785606d55840b2eade30a8a49749c16911a1726" type="targz">https://www.kernel.org/pub/software/network/rfkill/rfkill-0.5.tar.gz</Archive>
</Source>
<Package>
<Name>rfkill</Name>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-02-18</Date>
<Version>0.5</Version>
<Comment>Version bump</Comment>
<Name>İbrahim KARAGÜZEL</Name>
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
<Update release="3">
<Date>2014-03-10</Date>
<Version>0.4</Version>
<Comment>Rebuild</Comment>
<Name>Varol Maksutoğlu</Name>
<Email>waroi@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-05-04</Date>
<Version>0.4</Version>
<Comment>Fixed</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2010-06-16</Date>
<Version>0.4</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>rfkill</Name>
<Summary xml:lang="tr">rfkill anahtarlarını yapılandırma aracı</Summary>
<Description xml:lang="tr">rfkill, rfkill anahtarlarının, düğmelerinin ve altsistem arayüzlerinin mevcut durumlarını sorgulamak ve değiştirmek için geliştirilmiş ufak bir yazılımdır.</Description>
</Source>
</PISI>