pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>libspiro</Name>
  6. <Homepage>http://fontforge.github.io</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Library to simplify the drawing of beautiful curves</Summary>
  14. <Description>libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers.</Description>
  15. <Archive sha1sum="853de0d70ac18c31ddeacca22a935612b262aea9" type="targz">https://github.com/fontforge/libspiro/releases/download/20190731/libspiro-20190731.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libspiro</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libspiro-devel</Name>
  26. <Summary>Development files for libspiro</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">libspiro</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="man">/usr/share/man/man3</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="1">
  37. <Date>2019-09-18</Date>
  38. <Version>20190731</Version>
  39. <Comment>First release</Comment>
  40. <Name>Süleyman Poyraz</Name>
  41. <Email>zaryob.dev@gmail.com</Email>
  42. </Update>
  43. </History>
  44. </INARY>