From d94040bd1e891847f2fb5011f8e0ff8a2ac7153c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0brahim=20KARAG=C3=9CZEL?= Date: Thu, 18 Feb 2016 23:55:00 +0200 Subject: [PATCH] Version bump --- network/connection/rfkill/actions.py | 18 +++++++ network/connection/rfkill/pspec.xml | 55 ++++++++++++++++++++++ network/connection/rfkill/translations.xml | 8 ++++ 3 files changed, 81 insertions(+) create mode 100644 network/connection/rfkill/actions.py create mode 100644 network/connection/rfkill/pspec.xml create mode 100644 network/connection/rfkill/translations.xml diff --git a/network/connection/rfkill/actions.py b/network/connection/rfkill/actions.py new file mode 100644 index 0000000000..ce4b251c3f --- /dev/null +++ b/network/connection/rfkill/actions.py @@ -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") diff --git a/network/connection/rfkill/pspec.xml b/network/connection/rfkill/pspec.xml new file mode 100644 index 0000000000..0ecf195d3a --- /dev/null +++ b/network/connection/rfkill/pspec.xml @@ -0,0 +1,55 @@ + + + rfkill + https://wireless.wiki.kernel.org/en/users/Documentation/rfkill + + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + as-is + app:console + Small tool to query rfkill devices + rfkill is a small tool to query the state of rfkill switches, buttons and subsytem interfaces. + https://www.kernel.org/pub/software/network/rfkill/rfkill-0.5.tar.gz + + + + rfkill + + /usr/sbin + /usr/share/man + /usr/share/doc + + + + + + 2016-02-18 + 0.5 + Version bump + İbrahim KARAGÜZEL + karaguzelibrahim@gmail.com + + + 2014-03-10 + 0.4 + Rebuild + Varol Maksutoğlu + waroi@pisilinux.org + + + 2013-05-04 + 0.4 + Fixed + Osman Erkan + osman.erkan@pisilinux.org + + + 2010-06-16 + 0.4 + First release + Pisi Linux Admins + admins@pisilinux.org + + + \ No newline at end of file diff --git a/network/connection/rfkill/translations.xml b/network/connection/rfkill/translations.xml new file mode 100644 index 0000000000..c48f9936b9 --- /dev/null +++ b/network/connection/rfkill/translations.xml @@ -0,0 +1,8 @@ + + + + rfkill + rfkill anahtarlarını yapılandırma aracı + 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. + +