iw new package
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/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" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING")
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>iw</Name>
|
||||||
|
<Homepage>https://wireless.wiki.kernel.org/en/users/documentation/iw</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>nl80211 based CLI configuration utility for wireless devices</Summary>
|
||||||
|
<Icon>iw</Icon>
|
||||||
|
<Description>kablosuz cihazlar için nl80211 tabanlı CLI yapılandırma yardımcı programı</Description>
|
||||||
|
<Archive sha1sum="1c32766240c319698542d677ac1ba67bee5b3001" type="tarxz">https://mirrors.edge.kernel.org/pub/software/network/iw/iw-5.19.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>libnl-devel</Dependency>
|
||||||
|
<Dependency versionFrom="5.15.86">kernel-headers</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>iw.patch</Patch>
|
||||||
|
<Patch level="1">iw.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</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="1">
|
||||||
|
<Date>2022-11-05</Date>
|
||||||
|
<Version>5.19</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>iw</Name>
|
||||||
|
<Summary xml:lang="tr">nl80211 based CLI configuration utility for wireless devices</Summary>
|
||||||
|
<Description xml:lang="tr">kablosuz cihazlar için nl80211 tabanlı CLI yapılandırma yardımcı programı</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+2429
-809
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
817cee644cca9e09eeb54d35808e37bcacba7b4c
|
05bbd574370c15b787a77616f8aa825c4189e770
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
ea34d83c84195656d09b36835464a7fdbcb688e7
|
4717f5fd7e00baff238a5294b62198fbb63d0967
|
||||||
Reference in New Issue
Block a user