12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <PISI>
- <Source>
- <Name>dkms</Name>
- <Homepage>http://linux.dell.com/dkms</Homepage>
- <Packager>
- <Name>Ertan Güven</Name>
- <Email>ertan@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <PartOf>hardware.misc</PartOf>
- <IsA>kernel</IsA>
- <Summary>Dynamic Kernel Module Support</Summary>
- <Description>DKMS is a dynamic kernel module support framework.</Description>
- <BuildDependencies>
- <Dependency>kernel-headers</Dependency>
- </BuildDependencies>
- <Archive sha1sum="d7134cfa07b63857be4007c243d516013c914254" type="targz">https://github.com/dell/dkms/archive/v2.5.tar.gz</Archive>
- </Source>
- <Package>
- <Name>dkms</Name>
- <RuntimeDependencies>
- <Dependency>kernel-headers</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/var/lib</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-01-04</Date>
- <Version>2.5</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-29</Date>
- <Version>2.3</Version>
- <Comment>new release</Comment>
- <Name>Ali Algül</Name>
- <Email>aligulle3801@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>2.2.0.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-01</Date>
- <Version>2.2.0.3</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|