pspec.xml 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libindi</Name>
  6. <Homepage>http://www.indilib.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="31752b0c43fea95501035f1c033bc89433eb91ff" type="targz">http://downloads.sourceforge.net/project/indi/libindi_1.4.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libnova-devel</Dependency>
  19. <Dependency>cfitsio-devel</Dependency>
  20. <Dependency>gsl-devel</Dependency>
  21. <Dependency>curl-devel</Dependency>
  22. <Dependency>libjpeg-turbo-devel</Dependency>
  23. <Dependency>libusb-devel</Dependency>
  24. <Dependency>boost-devel</Dependency>
  25. <Dependency>zlib-devel</Dependency>
  26. <Dependency>pkgconfig</Dependency>
  27. <Dependency>cmake</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch>libindi-fsf.patch</Patch> -->
  31. <!-- <Patch level="1">libindi-cfitsio.patch</Patch> -->
  32. <!-- <Patch level="1">make-shared.diff</Patch> -->
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>libindi</Name>
  37. <RuntimeDependencies>
  38. <Dependency>libnova</Dependency>
  39. <Dependency>cfitsio</Dependency>
  40. <Dependency>gsl</Dependency>
  41. <Dependency>curl</Dependency>
  42. <Dependency>libjpeg-turbo</Dependency>
  43. <Dependency>libusb</Dependency>
  44. <Dependency>gsl</Dependency>
  45. <Dependency>libgcc</Dependency>
  46. <Dependency>zlib</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/usr/bin</Path>
  50. <Path fileType="library">/usr/lib</Path>
  51. <Path fileType="rules">/lib/udev/rules.d</Path>
  52. <Path fileType="data">/usr/share/indi</Path>
  53. <Path fileType="doc">/usr/share/doc</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>libindi-devel</Name>
  58. <Summary>Development files for libindi</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">libindi</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="data">/usr/lib/pkgconfig</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="3">
  69. <Date>2017-05-18</Date>
  70. <Version>1.4.1</Version>
  71. <Comment>Release Bump</Comment>
  72. <Name>Pisi Linux Community</Name>
  73. <Email>admin@pisilinux.org</Email>
  74. </Update>
  75. <Update release="2">
  76. <Date>2016-06-09</Date>
  77. <Version>1.2.0</Version>
  78. <Comment>Release Bump</Comment>
  79. <Name>Pisi Linux Community</Name>
  80. <Email>admin@pisilinux.org</Email>
  81. </Update>
  82. <Update release="1">
  83. <Date>2015-11-18</Date>
  84. <Version>1.2.0</Version>
  85. <Comment>First release</Comment>
  86. <Name>Stefan Gronewold (groni)</Name>
  87. <Email>groni@pisilinux.org</Email>
  88. </Update>
  89. </History>
  90. </PISI>