@@ -4,13 +4,17 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.dosbin("dkms")
|
||||
pisitools.doman("dkms.8")
|
||||
pisitools.insinto("/usr/share/bash-completion/completions", "dkms.bash-completion", "dkms")
|
||||
pisitools.insinto("/etc/dkms", "dkms_framework.conf", "framework.conf")
|
||||
pisitools.insinto("/var/lib/dkms", "dkms_dbversion")
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
# pisitools.dosbin("dkms")
|
||||
# pisitools.doman("dkms.8")
|
||||
# pisitools.insinto("/usr/share/bash-completion/completions", "dkms.bash-completion", "dkms")
|
||||
# pisitools.insinto("/etc/dkms", "dkms_framework.conf", "framework.conf")
|
||||
# pisitools.insinto("/var/lib/dkms", "dkms_dbversion")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*", "TODO")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<IsA>kernel</IsA>
|
||||
<Summary>Dynamic Kernel Module Support</Summary>
|
||||
<Description>DKMS is a dynamic kernel module support framework.</Description>
|
||||
<Archive sha1sum="d4c4e2d160d6119f8757d6a4a4c364f0f770cc43" type="targz">https://github.com/dell/dkms/archive/v2.8.1.tar.gz</Archive>
|
||||
<Archive sha1sum="b43cb2462325e810aecf23a57d601210d61ea580" type="targz">https://github.com/dell/dkms/archive/v3.0.10.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>dkms</Name>
|
||||
@@ -25,6 +25,7 @@
|
||||
<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>
|
||||
@@ -35,6 +36,13 @@
|
||||
</Provides>
|
||||
</Package>
|
||||
<History>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user