pspec.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libatasmart</Name>
  6. <Homepage>https://0pointer.de/blog/projects/being-smart.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>ATA S.M.A.R.T. Disk Health Monitoring Library</Summary>
  15. <Description>A small and lightweight parser library for ATA S.M.A.R.T. hard disk health monitoring.</Description>
  16. <Archive sha1sum="0d0745b6bd2e5b9461d15966b5daac6c98302de8" type="tarxz">http://0pointer.de/public/libatasmart-0.19.tar.xz</Archive>
  17. <Patches>
  18. <Patch level="1">libatasmart-uninitialized-var.patch</Patch>
  19. <Patch level="1">libatasmart-0.19-wd-fix.patch</Patch>
  20. </Patches>
  21. <BuildDependencies>
  22. <Dependency>eudev-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>libatasmart</Name>
  27. <RuntimeDependencies>
  28. <Dependency>eudev</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/sbin/skdump</Path>
  32. <Path fileType="executable">/usr/sbin/sktest</Path>
  33. <Path fileType="library">/usr/lib/libatasmart.so*</Path>
  34. <Path fileType="data">/usr/share/doc/libatasmart/README</Path>
  35. <Path fileType="data">/usr/share/doc/libatasmart/LGPL</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>libatasmart-devel</Name>
  40. <Summary>Development files for libatasmart</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">libatasmart</Dependency>
  43. <Dependency>eudev-devel</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/share/vala</Path>
  48. <Path fileType="data">/usr/lib/pkgconfig</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="6">
  54. <Date>2024-11-29</Date>
  55. <Version>0.19</Version>
  56. <Comment>Rebuild New T.</Comment>
  57. <Name>Pisi Linu community</Name>
  58. <Email>admins@pisilinux.org</Email>
  59. </Update>
  60. <Update release="5">
  61. <Date>2020-02-01</Date>
  62. <Version>0.19</Version>
  63. <Comment>Rebuild New T.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="4">
  68. <Date>2018-08-13</Date>
  69. <Version>0.19</Version>
  70. <Comment>Rebuild New T.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="3">
  75. <Date>2017-03-02</Date>
  76. <Version>0.19</Version>
  77. <Comment>Release Bump</Comment>
  78. <Name>Ayhan Yalçınsoy</Name>
  79. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  80. </Update>
  81. <Update release="2">
  82. <Date>2016-06-09</Date>
  83. <Version>0.19</Version>
  84. <Comment>Release Bump</Comment>
  85. <Name>Pisi Linux Community</Name>
  86. <Email>admin@pisilinux.org</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2014-05-25</Date>
  90. <Version>0.19</Version>
  91. <Comment>First release</Comment>
  92. <Name>Kamil Atlı</Name>
  93. <Email>suvarice@gmail.com</Email>
  94. </Update>
  95. </History>
  96. </PISI>