pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>libindi</Name>
  6. <Homepage>http://www.indilib.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Astronomical control protocol library</Summary>
  15. <Description>indilib is a distributed control protocol designed to operate astronomical instrumentation. indilib is small, flexible, easy to parse, and scalable.</Description>
  16. <Archive sha1sum="eec40fb69f9ccd702c1473864befa01cdd478316" type="targz">https://github.com/indilib/indi/archive/v1.8.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libnova-devel</Dependency>
  19. <Dependency>cfitsio-devel</Dependency>
  20. <Dependency>gsl-devel</Dependency>
  21. <Dependency>libjpeg-turbo-devel</Dependency>
  22. <Dependency>boost-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>libindi</Name>
  27. <RuntimeDependencies>
  28. <Dependency>libnova</Dependency>
  29. <Dependency>cfitsio</Dependency>
  30. <Dependency>gsl</Dependency>
  31. <Dependency>libjpeg-turbo</Dependency>
  32. <Dependency>gsl</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="rules">/lib/udev/rules.d</Path>
  38. <Path fileType="data">/usr/share/indi</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>libindi-devel</Name>
  44. <Summary>Development files for libindi</Summary>
  45. <RuntimeDependencies>
  46. <Dependency release="current">libindi</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="1">
  55. <Date>2019-12-12</Date>
  56. <Version>1.8.2</Version>
  57. <Comment>First release</Comment>
  58. <Name>Süleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </INARY>