Moved to contrib
This commit is contained in:
@@ -1,18 +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 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("CONTRIBUTING", "COPYING", "README")
|
||||
@@ -1,103 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>iw</Name>
|
||||
<Homepage>https://wireless.wiki.kernel.org/en/users/documentation/iw</Homepage>
|
||||
<Packager>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>nl80211-based configuration utility for wireless devices</Summary>
|
||||
<Description>iw is a new nl80211 based CLI configuration utility for wireless devices using the mac80211 kernel stack.</Description>
|
||||
<Archive sha1sum="dc39351639bff32b6f0d9645e72b08353bb42320" type="targz">https://www.kernel.org/pub/software/network/iw/iw-4.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libnl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>iw</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libnl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<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="10">
|
||||
<Date>2016-02-18</Date>
|
||||
<Version>4.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>İbrahim KARAGÜZEL</Name>
|
||||
<Email>karaguzelibrahim@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2011-02-04</Date>
|
||||
<Version>0.9.22</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2010-10-26</Date>
|
||||
<Version>0.9.21</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2010-10-13</Date>
|
||||
<Version>0.9.20</Version>
|
||||
<Comment>Mass rebuild for Pardus 2011 Beta</Comment>
|
||||
<Name>Gökcen Eraslan</Name>
|
||||
<Email>gokcen@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2010-07-23</Date>
|
||||
<Version>0.9.20</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2010-01-12</Date>
|
||||
<Version>0.9.19</Version>
|
||||
<Comment>Version bump to 0.9.19</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2009-11-23</Date>
|
||||
<Version>0.9.18</Version>
|
||||
<Comment>Bump to 0.9.18</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2009-08-12</Date>
|
||||
<Version>0.9.15</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2009-06-06</Date>
|
||||
<Version>0.9.14</Version>
|
||||
<Comment>Version bump and take over the package.</Comment>
|
||||
<Name>Ozan Çağlayan</Name>
|
||||
<Email>ozan@pardus.org.tr</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2008-08-09</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>İşbaran Akçayır</Name>
|
||||
<Email>isbaran@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>iw</Name>
|
||||
<Summary xml:lang="tr">Kablosuz cihaz sürücüleri için nl80211 tabanlı yapılandırma aracı</Summary>
|
||||
<Description xml:lang="tr">iw mac80211 protokol yığınını kullanan kablosuz aygıt sürücüleri için nl80211 tabanlı yeni bir yapılandırma aracıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user