pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libpcre</Name>
  6. <Homepage>http://www.pcre.org/</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>Perl-compatible regular expression library</Summary>
  14. <Description>The PCRE (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>
  15. <Archive sha1sum="12f338719b8b028a2eecbf9192fcc00a13fc04f6" type="tarbz2">http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.40.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>readline-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libpcre</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. <Dependency>readline</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libpcre-devel</Name>
  35. <PartOf>system.devel</PartOf>
  36. <Summary>Development files for libpcre</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">libpcre</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="man">/usr/share/man/man3</Path>
  43. <Path fileType="data">/usr/lib/pkgconfig</Path>
  44. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  45. <Path fileType="doc">/usr/share/doc/libpcre/html</Path>
  46. <Path fileType="executable">/usr/bin/pcre-config</Path>
  47. <Path fileType="man">/usr/share/man/man1/pcre-config.1*</Path>
  48. <Path fileType="doc">/usr/share/doc/libpcre/pcre-config.txt</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>libpcre-32bit</Name>
  53. <PartOf>emul32</PartOf>
  54. <Summary>32-bit shared libraries for libpcre</Summary>
  55. <BuildType>emul32</BuildType>
  56. <BuildDependencies>
  57. <Dependency>readline-32bit</Dependency>
  58. </BuildDependencies>
  59. <RuntimeDependencies>
  60. <Dependency>libgcc</Dependency>
  61. <Dependency release="current">libpcre</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="library">/usr/lib32</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="4">
  69. <Date>2017-01-20</Date>
  70. <Version>8.40</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Ertuğrul Erata</Name>
  73. <Email>ertugrulerata@gmail.com</Email>
  74. </Update>
  75. <Update release="3">
  76. <Date>2017-01-07</Date>
  77. <Version>8.38</Version>
  78. <Comment>Rebuild with new toolchain.</Comment>
  79. <Name>Ertuğrul Erata</Name>
  80. <Email>ertugrulerata@gmail.com</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2016-04-27</Date>
  84. <Version>8.38</Version>
  85. <Comment>Release Bump</Comment>
  86. <Name>PisiLinux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2016-02-25</Date>
  91. <Version>8.38</Version>
  92. <Comment>First release</Comment>
  93. <Name>Ertuğrul Erata</Name>
  94. <Email>ertugrulerata@gmail.com</Email>
  95. </Update>
  96. </History>
  97. </PISI>