12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>curl</Name>
- <Homepage>http://curl.haxx.se/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <License>X11</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>A utility for getting files from remote servers</Summary>
- <Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
- <Archive sha1sum="aa9f2300096d806c68c7ba8c50771853d1b43eb4" type="tarbz2">http://curl.haxx.se/download/curl-7.52.1.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>glibc-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>openssl-devel</Dependency>
- <Dependency>libidn2-devel</Dependency>
- <Dependency>libssh2-devel</Dependency>
- <Dependency>ca-certificates</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>curl-krb5flags.patch</Patch> -->
- <Patch>curl-ac.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>curl</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libidn2</Dependency>
- <Dependency>libssh2</Dependency>
- <Dependency>openssl</Dependency>
- <Dependency>ca-certificates</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- <Path fileType="man">/usr/share/man/</Path>
- <Path fileType="data">/usr/share/curl</Path>
- <Path fileType="data">/usr/share/zsh</Path>
- </Files>
- </Package>
- <Package>
- <Name>curl-devel</Name>
- <PartOf>system.devel</PartOf>
- <Summary>Development files for curl</Summary>
- <RuntimeDependencies>
- <Dependency release="current">curl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="executable">/usr/bin/curl-config</Path>
- <Path fileType="header">/usr/include/curl</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-03-04</Date>
- <Version>7.52.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-22</Date>
- <Version>7.52.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>7.47.1</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-02</Date>
- <Version>7.47.1</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|