pspec.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gpsd</Name>
  6. <Homepage>https://gpsd.gitlab.io/gpsd/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app</IsA>
  13. <IsA>library</IsA>
  14. <PartOf>science.gis</PartOf>
  15. <Summary>GPS daemon and library to support serial/USB GPS devices.</Summary>
  16. <Description>
  17. gpsd is a service daemon that monitor one or more GPSes attached to a host computer through serial or USB ports, making all data of the sensors available to be queried on TCP port 2947 of the host computer.
  18. </Description>
  19. <Archive sha1sum="dc8c0fa666a961473bdd092264f0bb91362eb06d" type="tarxz">
  20. http://download-mirror.savannah.gnu.org/releases/gpsd/gpsd-3.25.tar.xz
  21. </Archive>
  22. <BuildDependencies>
  23. <Dependency>scons</Dependency>
  24. <Dependency>xmlto</Dependency>
  25. <Dependency>dbus-devel</Dependency>
  26. <Dependency>libusb-devel</Dependency>
  27. <Dependency>libxslt-devel</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>ncurses-devel</Dependency>
  30. <Dependency>libsocket-devel</Dependency>
  31. <Dependency>bluez-libs-devel</Dependency>
  32. <Dependency>python3-pyserial</Dependency>
  33. <!-- <Dependency>python3-matplotlib</Dependency> -->
  34. </BuildDependencies>
  35. <Patches>
  36. <Patch level="1">pylibdir_path.patch</Patch>
  37. <Patch level="1">use_os_environ.patch</Patch>
  38. </Patches>
  39. </Source>
  40. <Package>
  41. <Name>gpsd</Name>
  42. <RuntimeDependencies>
  43. <Dependency>dbus</Dependency>
  44. <Dependency>libgcc</Dependency>
  45. <Dependency>libusb</Dependency>
  46. <Dependency>libsocket</Dependency>
  47. <Dependency>bluez-libs</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <!-- <Path fileType="config">/etc/conf.d</Path> -->
  51. <Path fileType="executable">/usr/sbin</Path>
  52. <Path fileType="executable">/lib/udev/gpsd.hotplug</Path>
  53. <Path fileType="library">/usr/lib</Path>
  54. <Path fileType="data">/lib/udev/rules.d</Path>
  55. <Path fileType="man">/usr/share/man/man3</Path>
  56. <Path fileType="man">/usr/share/man/man5</Path>
  57. <Path fileType="man">/usr/share/man/man8/gpsd.8</Path>
  58. <Path fileType="man">/usr/share/man/man8/gpsinit.8</Path>
  59. <Path fileType="man">/usr/share/man/man8/gpsdctl.8</Path>
  60. <Path fileType="data">/usr/share/snmp/mibs/gpsd/GPSD-MIB</Path>
  61. <Path fileType="doc">/usr/share/gpsd/doc</Path>
  62. </Files>
  63. <AdditionalFiles>
  64. <!-- <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/gpsd">gpsd.sysconfig</AdditionalFile> -->
  65. </AdditionalFiles>
  66. <Provides>
  67. <COMAR script="service.py">System.Service</COMAR>
  68. </Provides>
  69. </Package>
  70. <Package>
  71. <Name>gpsd-clients</Name>
  72. <RuntimeDependencies>
  73. <!-- <Dependency release="current">gpsd</Dependency> -->
  74. <Dependency>dbus</Dependency>
  75. <Dependency>libusb</Dependency>
  76. <Dependency>ncurses</Dependency>
  77. <Dependency>bluez-libs</Dependency>
  78. <Dependency>python3-gpsd</Dependency>
  79. <Dependency>python3-pyserial</Dependency>
  80. <Dependency>python3-matplotlib</Dependency>
  81. </RuntimeDependencies>
  82. <Files>
  83. <Path fileType="executable">/usr/bin</Path>
  84. <Path fileType="man">/usr/share/man/man1</Path>
  85. <Path fileType="man">/usr/share/man/man8/ppscheck.8</Path>
  86. <Path fileType="data">/usr/share/applications</Path>
  87. <Path fileType="data">/usr/share/gpsd/icons</Path>
  88. <Path fileType="data">/usr/share/pixmaps</Path>
  89. </Files>
  90. <AdditionalFiles>
  91. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/gpsd-logo.png">data/gpsd-logo.png</AdditionalFile>
  92. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/xgps.desktop">data/xgps.desktop</AdditionalFile>
  93. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/xgpsspeed.desktop">data/xgpsspeed.desktop</AdditionalFile>
  94. </AdditionalFiles>
  95. </Package>
  96. <Package>
  97. <Name>python3-gpsd</Name>
  98. <RuntimeDependencies>
  99. <Dependency>python3-pyserial</Dependency>
  100. </RuntimeDependencies>
  101. <Files>
  102. <Path fileType="executable">/usr/bin/gpscat</Path>
  103. <Path fileType="executable">/usr/bin/gpsprof</Path>
  104. <Path fileType="executable">/usr/bin/gpsfake</Path>
  105. <Path fileType="library">/usr/lib/python3.9</Path>
  106. <Path fileType="man">/usr/share/man/man1/gpscat.1</Path>
  107. <Path fileType="man">/usr/share/man/man1/gpsprof.1</Path>
  108. <Path fileType="man">/usr/share/man/man1/gpsfake.1</Path>
  109. </Files>
  110. </Package>
  111. <Package>
  112. <Name>gpsd-devel</Name>
  113. <RuntimeDependencies>
  114. <Dependency release="current">gpsd</Dependency>
  115. </RuntimeDependencies>
  116. <Files>
  117. <Path fileType="header">/usr/include</Path>
  118. <Path fileType="data">/usr/lib/pkgconfig</Path>
  119. </Files>
  120. </Package>
  121. <History>
  122. <Update release="5">
  123. <Date>2023-10-17</Date>
  124. <Version>3.25</Version>
  125. <Comment>Rebuild.</Comment>
  126. <Name>fury</Name>
  127. <Email>uglyside@yandex.ru</Email>
  128. </Update>
  129. <Update release="4">
  130. <Date>2023-01-22</Date>
  131. <Version>3.25</Version>
  132. <Comment>Version bump.</Comment>
  133. <Name>fury</Name>
  134. <Email>uglyside@yandex.ru</Email>
  135. </Update>
  136. <Update release="3">
  137. <Date>2022-11-10</Date>
  138. <Version>3.24</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>fury</Name>
  141. <Email>uglyside@yandex.ru</Email>
  142. </Update>
  143. <Update release="2">
  144. <Date>2021-10-24</Date>
  145. <Version>3.23.1</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>fury</Name>
  148. <Email>uglyside@yandex.ru</Email>
  149. </Update>
  150. <Update release="1">
  151. <Date>2020-12-27</Date>
  152. <Version>3.21</Version>
  153. <Comment>First build.</Comment>
  154. <Name>fury</Name>
  155. <Email>uglyside@yandex.ru</Email>
  156. </Update>
  157. </History>
  158. </PISI>