12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>axel</Name>
- <Homepage>https://github.com/axel-download-accelerator/axel</Homepage>
- <Packager>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:console</IsA>
- <Summary>Light command line download accelerator</Summary>
- <Description>Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.</Description>
- <Archive sha1sum="1776d37167012a36dca6c58ff4fc9db2893989a8" type="tarxz">https://github.com/axel-download-accelerator/axel/releases/download/v2.17.11/axel-2.17.11.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>axel</Name>
- <RuntimeDependencies>
- <Dependency>openssl</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="locale">/usr/share/locale</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2022-05-23</Date>
- <Version>2.17.11</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-03-02</Date>
- <Version>2.7.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2020-01-11</Date>
- <Version>2.7.6</Version>
- <Comment>First release.</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|