pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>axel</Name>
  6. <Homepage>https://github.com/axel-download-accelerator/axel</Homepage>
  7. <Packager>
  8. <Name>Idris Kalp</Name>
  9. <Email>idriskalp@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Light command line download accelerator</Summary>
  14. <Description>Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.</Description>
  15. <Archive sha1sum="1776d37167012a36dca6c58ff4fc9db2893989a8" type="tarxz">https://github.com/axel-download-accelerator/axel/releases/download/v2.17.11/axel-2.17.11.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>openssl-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>axel</Name>
  22. <RuntimeDependencies>
  23. <Dependency>openssl</Dependency>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="header">/usr/include</Path>
  29. <Path fileType="locale">/usr/share/locale</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/man</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="3">
  37. <Date>2022-05-23</Date>
  38. <Version>2.17.11</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="2">
  44. <Date>2021-03-02</Date>
  45. <Version>2.7.10</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Idris Kalp</Name>
  48. <Email>idriskalp@gmail.com</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2020-01-11</Date>
  52. <Version>2.7.6</Version>
  53. <Comment>First release.</Comment>
  54. <Name>Idris Kalp</Name>
  55. <Email>idriskalp@gmail.com</Email>
  56. </Update>
  57. </History>
  58. </PISI>