add dkms
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 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 build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*", "TODO")
|
||||
@@ -0,0 +1,56 @@
|
||||
<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="cff053af3fd6fde3011bb892c39f6c810c84d1e8" type="targz">http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.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="3">
|
||||
<Date>2016-01-01</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>Rebuild for Pisi 2.0</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-22</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-29</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>dkms</Name>
|
||||
<Summary xml:lang="tr">Dynamic Kernel Module Support</Summary>
|
||||
<Description xml:lang="tr">DKMS, dinamik çekirdek modülü desteği çatısıdır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -21286,6 +21286,65 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<IsA>kernel</IsA>
|
||||
<PartOf>hardware.misc</PartOf>
|
||||
<Summary xml:lang="en">Dynamic Kernel Module Support</Summary>
|
||||
<Summary xml:lang="tr">Dynamic Kernel Module Support</Summary>
|
||||
<Description xml:lang="en">DKMS is a dynamic kernel module support framework.</Description>
|
||||
<Description xml:lang="tr">DKMS, dinamik çekirdek modülü desteği çatısıdır.</Description>
|
||||
<Archive type="targz" sha1sum="cff053af3fd6fde3011bb892c39f6c810c84d1e8">http://linux.dell.com/dkms/permalink/dkms-2.2.0.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>kernel-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/misc/dkms/pspec.xml</SourceURI>
|
||||
</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="3">
|
||||
<Date>2016-01-01</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>Rebuild for Pisi 2.0</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-01-22</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-01-29</Date>
|
||||
<Version>2.2.0.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertan Güven</Name>
|
||||
<Email>ertan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libx86</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b201df0020c786dd86eb0ca795ef460956ae59db
|
||||
6550d3f1ae47cb5d3a46074c48af935a1c48077c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b249620c2d5dcd14c921e8168aa2734fe09e4ef0
|
||||
cfed27980a6f8afd0c1d0633030b4b6dc772cab7
|
||||
Reference in New Issue
Block a user