pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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>libftdi</Name>
  6. <Homepage>http://www.intra2net.com/en/developer/libftdi/</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 library for accessing to FTDI USB chips</Summary>
  14. <Description>libftdi allows access to eeprom and bitbang modes of FT232/245/2232 USB serial interface chips.</Description>
  15. <Archive sha1sum="5b14cebab8168e12dd6c2b5325a29ad93ed40f3d" type="tarbz2">https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>doxygen</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>swig</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="0">openwrt-useSWIG.patch</Patch>
  23. <Patch level="0">fix-udev-group_and_usb_name.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>libftdi</Name>
  28. <RuntimeDependencies>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="data">/lib/udev/rules.d</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>python-libftdi</Name>
  39. <RuntimeDependencies>
  40. <Dependency>python</Dependency>
  41. <Dependency release="current">libftdi</Dependency>
  42. </RuntimeDependencies>
  43. <Summary>Python bindings for libftdi</Summary>
  44. <Files>
  45. <Path fileType="library">/usr/lib/python*</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>libftdi-devel</Name>
  50. <Summary>Development files for libftdi</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">libftdi</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="executable">/usr/bin/libftdi-config</Path>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="data">/usr/lib/pkgconfig</Path>
  58. <Path fileType="man">/usr/share/man/man3</Path>
  59. <Path fileType="doc">/usr/share/doc/libftdi/examples</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="1">
  64. <Date>2019-09-29</Date>
  65. <Version>1.4</Version>
  66. <Comment>First release</Comment>
  67. <Name>Süleyman Poyraz</Name>
  68. <Email>zaryob.dev@gmail.com</Email>
  69. </Update>
  70. </History>
  71. </INARY>