pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ada</Name>
  6. <Homepage>https://www.ada-url.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>APACHE</License>
  12. <IsA>library</IsA>
  13. <Summary>Ada is a fast and spec-compliant URL parser written in C++.</Summary>
  14. <Description>Ada, C++ ile yazılmış, hızlı ve spesifikasyonlara uygun bir URL ayrıştırıcısıdır.</Description>
  15. <Archive sha1sum="78e92abdc3cfcd4e53f789721dfeefd52be4c151" type="targz">https://github.com/ada-url/ada/archive/refs/tags/v2.9.2.zip</Archive>
  16. <BuildDependencies>
  17. <Dependency>git</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gtest-devel</Dependency>
  20. </BuildDependencies>
  21. <!--
  22. <Patches>
  23. <Patch>ada.patch</Patch>
  24. <Patch level="1">ada.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>ada</Name>
  30. <!--
  31. <RuntimeDependencies>
  32. <Dependency>Dep1</Dependency>
  33. </RuntimeDependencies>
  34. -->
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>ada-devel</Name>
  43. <Summary>Development files for ada</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">ada</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/cmake</Path>
  50. <Path fileType="library">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="2">
  55. <Date>2024-10-03</Date>
  56. <Version>2.9.2</Version>
  57. <Comment>Uprev. See upstream changelog.</Comment>
  58. <Name>Bedirhan KURT</Name>
  59. <Email>bedirhan.kurt@outlook.com</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2024-08-02</Date>
  63. <Version>2.9.0</Version>
  64. <Comment>First release</Comment>
  65. <Name>PisiLinux Community</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>