pspec.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fcgi</Name>
  6. <Homepage>http://www.fastcgi.com/drupal</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>FastCGI development kit</Summary>
  14. <Description>FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.</Description>
  15. <Archive sha1sum="a0c37cfb9b4d2bfa8f105b298759f1f00ff88050" type="targz">https://github.com/FastCGI-Archives/fcgi2/archive/2.4.2.tar.gz</Archive>
  16. <Patches>
  17. <!--Patch level="1">fcgi-no-libs.patch</Patch>
  18. <Patch level="1">fcgi-2.4.0-Makefile.patch</Patch>
  19. <Patch level="1">fcgi-2.4.0-clientdata-pointer.patch</Patch>
  20. <Patch level="1">fcgi-2.4.0-html-updates.patch</Patch>
  21. <Patch level="1">fcgi-2.4.1_pre0311112127-gcc44.patch</Patch-->
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>fcgi</Name>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc/fcgi</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>fcgi-devel</Name>
  35. <Summary>Development files for fcgi</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">fcgi</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="man">/usr/share/man/man3</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2020-03-21</Date>
  47. <Version>2.4.2</Version>
  48. <Comment>First release</Comment>
  49. <Name>Pisi Linux Admins</Name>
  50. <Email>admins@pisilinux.org</Email>
  51. </Update>
  52. </History>
  53. </PISI>