iw new package

This commit is contained in:
Rmys
2023-01-08 00:05:17 +03:00
parent 256c5539dc
commit 11ffbf77ae
7 changed files with 2509 additions and 811 deletions
+50
View File
@@ -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>