pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dmidecode</Name>
  6. <Homepage>http://www.nongnu.org/dmidecode/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Tool to analyse BIOS DMI data</Summary>
  14. <Description>dmidecode reports information about x86/ia64 hardware as described in the system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer.</Description>
  15. <Archive sha1sum="3d61096a25fe55798faa882bff32f3bf6eb6366e" type="targz">http://download.savannah.gnu.org/releases/dmidecode/dmidecode-3.1.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>dmidecode</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="executable">/usr/sbin</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. <Path fileType="man">/usr/share/man</Path>
  24. </Files>
  25. <AdditionalFiles>
  26. <AdditionalFile owner="root" permission="0755" target="/usr/bin/laptop-detect">laptop-detect</AdditionalFile>
  27. </AdditionalFiles>
  28. </Package>
  29. <History>
  30. <Update release="4">
  31. <Date>2018-01-04</Date>
  32. <Version>3.1</Version>
  33. <Comment>Version Bump</Comment>
  34. <Name>Mustafa Cinasal</Name>
  35. <Email>muscnsl@gmail.com</Email>
  36. </Update>
  37. <Update release="3">
  38. <Date>2017-01-29</Date>
  39. <Version>3.0</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Stefan Gronewold</Name>
  42. <Email>groni@pisilinux.org</Email>
  43. </Update>
  44. <Update release="2">
  45. <Date>2016-06-09</Date>
  46. <Version>2.12</Version>
  47. <Comment>Release Bump</Comment>
  48. <Name>Pisi Linux Community</Name>
  49. <Email>admin@pisilinux.org</Email>
  50. </Update>
  51. <Update release="1">
  52. <Date>2014-01-22</Date>
  53. <Version>2.12</Version>
  54. <Comment>First release</Comment>
  55. <Name>Stefan Gronewold(groni)</Name>
  56. <Email>groni@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>