pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>qrencode</Name>
  6. <Homepage>http://fukuchi.org/works/qrencode/index.en.html</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A C library for encoding data in a QR code symbol</Summary>
  14. <Description>qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.</Description>
  15. <Archive sha1sum="404505af5c6a3cfc9b5f97db8be288c734fce05e" type="targz">https://fukuchi.org/works/qrencode/qrencode-4.0.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libsdl-devel</Dependency>
  18. <Dependency>libpng-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>qrencode</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libpng</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="library">/usr/bin/qrencode</Path>
  29. <Path fileType="man">/usr/share/man/man1</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>qrencode-devel</Name>
  35. <Summary>Development files for qrencode</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">qrencode</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2019-11-23</Date>
  47. <Version>4.0.2</Version>
  48. <Comment>First release</Comment>
  49. <Name>Süleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. </History>
  53. </INARY>