pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="4">
  37. <Date>2024-12-28</Date>
  38. <Version>2.17.11</Version>
  39. <Comment>Rebuild.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="3">
  44. <Date>2022-05-23</Date>
  45. <Version>2.17.11</Version>
  46. <Comment>Version bump.</Comment>
  47. <Name>Mustafa Cinasal</Name>
  48. <Email>muscnsl@gmail.com</Email>
  49. </Update>
  50. <Update release="2">
  51. <Date>2021-03-02</Date>
  52. <Version>2.7.10</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Idris Kalp</Name>
  55. <Email>idriskalp@gmail.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2020-01-11</Date>
  59. <Version>2.7.6</Version>
  60. <Comment>First release.</Comment>
  61. <Name>Idris Kalp</Name>
  62. <Email>idriskalp@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </PISI>