pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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>libieee1284</Name>
  6. <Homepage>http://cyberelk.net/tim/libieee1284/</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 query devices using IEEE1284</Summary>
  14. <Description>Library is intended to be used by applications that need to communicate with (or at least identify) devices that are attached via a parallel port.</Description>
  15. <Archive sha1sum="d09ed041cebe1f65e49e285f7d9393cda045731e" type="targz">https://gitlab.com/Zaryob/libieee1284/-/archive/V0_2_11/libieee1284-V0_2_11.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libieee1284</Name>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="man">/usr/share/man/man3</Path>
  28. <Path fileType="library">/usr/lib/python*</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libieee1284-devel</Name>
  33. <Files>
  34. <Path fileType="data">/usr/lib/pkgconfig</Path>
  35. <Path fileType="header">/usr/include</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="1">
  40. <Date>2019-09-18</Date>
  41. <Version>0.2.11</Version>
  42. <Comment>First release</Comment>
  43. <Name>Süleyman Poyraz</Name>
  44. <Email>zaryob.dev@gmail.com</Email>
  45. </Update>
  46. </History>
  47. </INARY>