pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <PISI>
  2. <Source>
  3. <Name>dkms</Name>
  4. <Homepage>http://linux.dell.com/dkms</Homepage>
  5. <Packager>
  6. <Name>Ertan Güven</Name>
  7. <Email>ertan@pisilinux.org</Email>
  8. </Packager>
  9. <License>GPLv2</License>
  10. <PartOf>hardware.misc</PartOf>
  11. <IsA>kernel</IsA>
  12. <Summary>Dynamic Kernel Module Support</Summary>
  13. <Description>DKMS is a dynamic kernel module support framework.</Description>
  14. <BuildDependencies>
  15. <Dependency>kernel-headers</Dependency>
  16. </BuildDependencies>
  17. <Archive sha1sum="d7134cfa07b63857be4007c243d516013c914254" type="targz">https://github.com/dell/dkms/archive/v2.5.tar.gz</Archive>
  18. </Source>
  19. <Package>
  20. <Name>dkms</Name>
  21. <RuntimeDependencies>
  22. <Dependency>kernel-headers</Dependency>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="config">/etc</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="executable">/usr/sbin</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="data">/var/lib</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="4">
  35. <Date>2018-01-04</Date>
  36. <Version>2.5</Version>
  37. <Comment>Version Bump</Comment>
  38. <Name>Mustafa Cinasal</Name>
  39. <Email>muscnsl@gmail.com</Email>
  40. </Update>
  41. <Update release="3">
  42. <Date>2017-04-29</Date>
  43. <Version>2.3</Version>
  44. <Comment>new release</Comment>
  45. <Name>Ali Algül</Name>
  46. <Email>aligulle3801@gmail.com</Email>
  47. </Update>
  48. <Update release="2">
  49. <Date>2016-06-09</Date>
  50. <Version>2.2.0.3</Version>
  51. <Comment>Release Bump</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="1">
  56. <Date>2016-01-01</Date>
  57. <Version>2.2.0.3</Version>
  58. <Comment>First release</Comment>
  59. <Name>Stefan Gronewold(groni)</Name>
  60. <Email>groni@pisilinux.org</Email>
  61. </Update>
  62. </History>
  63. </PISI>