123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <PISI>
- <Source>
- <Name>dkms</Name>
- <Homepage>https://github.com/dell/dkms</Homepage>
- <Packager>
- <Name>Marcin Bojara</Name>
- <Email>marcin.bojara@gmail.com</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>
- <Archive sha1sum="84ddbf2af646550dec116df458090b276494de16" type="targz">https://github.com/dell/dkms/archive/refs/tags/v3.1.2.tar.gz</Archive>
- </Source>
- <Package>
- <Name>dkms</Name>
- <RuntimeDependencies>
- <Dependency>gcc</Dependency>
- <Dependency>bash</Dependency>
- <Dependency>kmod</Dependency>
- <Dependency>make</Dependency>
- <Dependency>coreutils</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/var/lib</Path>
- <Path fileType="data">/usr/share/bash-completion</Path>
- <Path fileType="data">/usr/share/zsh/site-functions</Path>
- </Files>
- <Provides>
- <COMAR script="pakhandler.py">System.PackageHandler</COMAR>
- </Provides>
- </Package>
- <History>
- <Update release="9">
- <Date>2024-11-29</Date>
- <Version>3.1.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2023-01-04</Date>
- <Version>3.0.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2020-04-15</Date>
- <Version>2.8.1</Version>
- <Comment>pakhandler.py improvements</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin.bojara@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-06</Date>
- <Version>2.8.1</Version>
- <Comment>Version bump. Add pakhandler.py</Comment>
- <Name>Marcin Bojara</Name>
- <Email>marcin.bojara@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-09-01</Date>
- <Version>2.6.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|