Files
2025-06-21 16:50:44 +03:00

66 lines
2.3 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fcgi</Name>
<Homepage>https://fastcgi-archives.github.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>FastCGI Developer's Kit.</Summary>
<Description>FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.</Description>
<Archive sha1sum="3433b4e51bb6cc6a244bfe3844b60f55a2b78531" type="targz">https://github.com/FastCGI-Archives/fcgi2/archive/2.4.6/fcgi2-2.4.6.tar.gz</Archive>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>fcgi</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>fcgi-devel</Name>
<Summary>Development files for fcgi</Summary>
<RuntimeDependencies>
<Dependency release="current">fcgi</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-06-21</Date>
<Version>2.4.6</Version>
<Comment>Release bump.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2025-04-19</Date>
<Version>2.4.5</Version>
<Comment>Critical bugfix.</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-03-21</Date>
<Version>2.4.2</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>