pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wireless-tools</Name>
  6. <Homepage>http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A collection of tools to configure wireless lan cards</Summary>
  14. <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>
  15. <Archive sha1sum="41db5ced9ed3d8d3cc104ce43c19af1d72f07eec" type="targz">http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.30.pre9.tar.gz</Archive>
  16. <Patches>
  17. <Patch>no-ldconfig.patch</Patch>
  18. <Patch level="0">wireless_tools.27-wireless-man-upd.patch</Patch>
  19. <Patch level="1">wireless-tools-29-makefile.patch</Patch>
  20. <!-- Fixes #8583, the problems with non-ASCII char included ESSIDS -->
  21. <!--<Patch level="1">non-ascii-essid-support.patch</Patch>--> <!--Fixed-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>wireless-tools</Name>
  26. <RuntimeDependencies>
  27. <Dependency>comar</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/sbin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>wireless-tools-devel</Name>
  38. <PartOf>system.devel</PartOf>
  39. <Summary>Development files for wireless-tools</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">wireless-tools</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2017-02-07</Date>
  51. <Version>30</Version>
  52. <Comment>Rebuild.</Comment>
  53. <Name>Ertuğrul Erata</Name>
  54. <Email>ertugrulerata@gmail.com</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2016-04-27</Date>
  58. <Version>30</Version>
  59. <Comment>Release Bump</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2016-03-04</Date>
  65. <Version>30</Version>
  66. <Comment>First release</Comment>
  67. <Name>Ertuğrul Erata</Name>
  68. <Email>ertugrulerata@gmail.com</Email>
  69. </Update>
  70. </History>
  71. </PISI>