123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>wireless-tools</Name>
- <Homepage>http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>A collection of tools to configure wireless lan cards</Summary>
- <Description>The Wireless Tools (WT) is a set of tools allowing to manipulate the Wireless Extensions, a generic application programming interface allowing a driver to expose to the user space configuration and statistics specific to common Wireless LANs. They use a textual interface and are rather crude, but aim to support the full Wireless Extension.</Description>
- <Archive sha1sum="41db5ced9ed3d8d3cc104ce43c19af1d72f07eec" type="targz">http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.30.pre9.tar.gz</Archive>
- <Patches>
- <Patch>no-ldconfig.patch</Patch>
- <Patch level="0">wireless_tools.27-wireless-man-upd.patch</Patch>
- <Patch level="1">wireless-tools-29-makefile.patch</Patch>
- <!-- Fixes #8583, the problems with non-ASCII char included ESSIDS -->
- <!--<Patch level="1">non-ascii-essid-support.patch</Patch>--> <!--Fixed-->
- </Patches>
- </Source>
- <Package>
- <Name>wireless-tools</Name>
- <RuntimeDependencies>
- <Dependency>comar</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>wireless-tools-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for wireless-tools</Summary>
- <RuntimeDependencies>
- <Dependency release="current">wireless-tools</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-07</Date>
- <Version>30</Version>
- <Comment>Rebuild.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>30</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-04</Date>
- <Version>30</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|