pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>libpcre2</Name>
  6. <Homepage>http://www.pcre.org/</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>Perl-compatible regular expression library 2nd version.</Summary>
  15. <Description>The PCRE 2nd version (Perl Compatible Regular Expressions) library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5 .</Description>
  16. <Archive sha1sum="2cc3ed45936f5684b3189c132a68952c42cf65d0" type="tarbz2">https://ftp.pcre.org/pub/pcre/pcre2-10.33.tar.bz2</Archive>
  17. <BuildDependencies>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libpcre2</Name>
  22. <RuntimeDependencies>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="executable">/usr/bin</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libpcre2-devel</Name>
  33. <Summary>Development files for libpcre2</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libpcre2</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="man">/usr/share/man/man3</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  42. <Path fileType="doc">/usr/share/doc/libpcre2/html</Path>
  43. <Path fileType="executable">/usr/bin/pcre-config</Path>
  44. <Path fileType="man">/usr/share/man/man1/pcre-config.1*</Path>
  45. <Path fileType="doc">/usr/share/doc/libpcre2/pcre-config.txt</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>libpcre2-32bit</Name>
  50. <PartOf>emul32</PartOf>
  51. <Summary>32-bit shared libraries for libpcre2</Summary>
  52. <BuildType>emul32</BuildType>
  53. <BuildDependencies>
  54. <Dependency>readline-32bit</Dependency>
  55. </BuildDependencies>
  56. <RuntimeDependencies>
  57. <Dependency release="current">libpcre2</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="library">/usr/lib32</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="1">
  65. <Date>2019-09-10</Date>
  66. <Version>10.33</Version>
  67. <Comment>First release</Comment>
  68. <Name>Suleyman Poyraz</Name>
  69. <Email>zaryob.dev@gmail.com</Email>
  70. </Update>
  71. </History>
  72. </INARY>