pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hidapi</Name>
  6. <Homepage>https://github.com/libusb/hidapi</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Icon>hidapi</Icon>
  13. <IsA>library</IsA>
  14. <Summary>Simple library for communicating with USB and Bluetooth HID devices</Summary>
  15. <Description>HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices</Description>
  16. <Archive sha1sum="e14d489b29ade5dcb11dfd875f56e1bc0332379f" type="targz">https://github.com/libusb/hidapi/archive/refs/tags/hidapi-0.14.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>eudev-devel</Dependency>
  20. <Dependency>libusb-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>hidapi</Name>
  25. <RuntimeDependencies>
  26. <Dependency>eudev</Dependency>
  27. <Dependency>libusb</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/libhidapi*</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>hidapi-devel</Name>
  36. <Summary>Development files for hidapi</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">hidapi</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="data">/usr/lib/cmake</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2023-07-15</Date>
  49. <Version>0.14.0</Version>
  50. <Comment>First release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>