pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>re2c</Name>
  6. <Homepage>https://github.com/skvadrik/re2c</Homepage>
  7. <Packager>
  8. <Name>Ergün Salman</Name>
  9. <Email>Poyraz76@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Icon>re2c</Icon>
  13. <IsA>Libry</IsA>
  14. <Summary>A tool for generating C-based recognizers from regular expressions</Summary>
  15. <Description>ACM Letters on Programming Languages and Systems (LOPLAS)</Description>
  16. <Archive sha1sum="cf41da098dda3d6e6848d23ffaa0b9aadaaf15fc" type="targz">https://github.com/skvadrik/re2c/releases/download/0.16/re2c-0.16.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>gcc</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>re2c</Name>
  23. <Files>
  24. <Path fileType="executable">/usr/bin/</Path>
  25. <Path fileType="library">/usr/lib/</Path>
  26. <Path fileType="data">/usr/include/re2c/*</Path>
  27. <Path fileType="data">/usr/lib/pkgconfig/</Path>
  28. <Path fileType="doc">/usr/share/man/*</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="2">
  33. <Date>2017-04-23</Date>
  34. <Version>0.16</Version>
  35. <Comment>Rebuild with new toolchain</Comment>
  36. <Name>Pisi Linux Community</Name>
  37. <Email>admin@pisilinux.org</Email>
  38. </Update>
  39. <Update release="1">
  40. <Date>2016-07-09</Date>
  41. <Version>0.16</Version>
  42. <Comment>First release</Comment>
  43. <Name>Ergün Salman</Name>
  44. <Email>Poyraz76@pisilinux.org</Email>
  45. </Update>
  46. </History>
  47. </PISI>