pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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>woff</Name>
  6. <Homepage>https://github.com/google/woff2</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Summary>Web Open Font Format 2 reference implementation</Summary>
  13. <Description>The implementor for WOFF2 formatted files. The structure of WOFF2 files is similar to that of SFNT and WOFF 1.0 font files, in that there is a header followed by a table directory, followed by the data for those tables.</Description>
  14. <Archive sha1sum="bab4838b248026c968e171a5467b5176caf4e2e5" type="targz">https://github.com/google/woff2/archive/v1.0.2.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>ninja</Dependency>
  17. <Dependency>libbrotli-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>woff</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="executable">/usr/bin</Path>
  25. </Files>
  26. <RuntimeDependencies>
  27. <Dependency>libbrotli</Dependency>
  28. </RuntimeDependencies>
  29. </Package>
  30. <Package>
  31. <Name>woff-devel</Name>
  32. <Summary>Development files for woff</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">woff</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="2">
  43. <Date>2019-11-19</Date>
  44. <Version>1.0.2</Version>
  45. <Comment>Build dependencies fixed and action script changed.</Comment>
  46. <Name>Süleyman Poyraz</Name>
  47. <Email>zaryob.dev@gmail.com</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2019-09-18</Date>
  51. <Version>1.0.2</Version>
  52. <Comment>First release</Comment>
  53. <Name>Süleyman Poyraz</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. </History>
  57. </INARY>