Files
core/system/base/curl/pspec.xml
T
2021-05-31 19:30:30 +03:00

127 lines
4.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>curl</Name>
<Homepage>https://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="8f3a4e5606ac6b0c2c3cd0b182d477f2671d5f09" type="tarbz2">http://curl.haxx.se/download/curl-7.77.0.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>
<Dependency>libnghttp2-devel</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>libnghttp2</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="8">
<Date>2021-05-29</Date>
<Version>7.77.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-12-09</Date>
<Version>7.73.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2019-12-23</Date>
<Version>7.67.0</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-15</Date>
<Version>7.52.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<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>