Files
main/programming/tool/fcgi/pspec.xml
T
2020-03-22 11:49:11 +03:00

57 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fcgi</Name>
<Homepage>http://www.fastcgi.com/drupal</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>FastCGI development 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="a0c37cfb9b4d2bfa8f105b298759f1f00ff88050" type="targz">https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz</Archive>
<Patches>
<!--Patch level="1">fcgi-no-libs.patch</Patch>
<Patch level="1">fcgi-2.4.0-Makefile.patch</Patch>
<Patch level="1">fcgi-2.4.0-clientdata-pointer.patch</Patch>
<Patch level="1">fcgi-2.4.0-html-updates.patch</Patch>
<Patch level="1">fcgi-2.4.1_pre0311112127-gcc44.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>fcgi</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc/fcgi</Path>
<Path fileType="man">/usr/share/man</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="man">/usr/share/man/man3</Path>
</Files>
</Package>
<History>
<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>