kmod-28
This commit is contained in:
@@ -17,6 +17,9 @@ def setup():
|
||||
if get.buildTYPE() == "emul32":
|
||||
options += " --bindir=/usr/emul32 \
|
||||
--libdir=/usr/lib32"
|
||||
|
||||
if get.buildTYPE() != "emul32":
|
||||
options += " --with-zstd"
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
|
||||
@@ -12,11 +12,12 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Linux kernel module management utilities</Summary>
|
||||
<Description>Linux kernel module management utilities</Description>
|
||||
<Archive sha1sum="2c5d55ffe3a83e9de70bb3419fb1a2887489a65f" type="tarxz">https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-27.tar.xz</Archive>
|
||||
<Archive sha1sum="0acec2b6aea3e6eb71f0b549b0ff0abcac5da004" type="tarxz">https://www.kernel.org/pub/linux/utils/kernel/kmod/kmod-28.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>chrpath</Dependency>
|
||||
<!--<Dependency>libxslt</Dependency>-->
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>kernel-module-headers</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -30,6 +31,7 @@
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xz</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency version="current">libkmod</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -67,6 +69,7 @@
|
||||
<PartOf>system.devel</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency version="current">libkmod</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -106,6 +109,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2021-06-12</Date>
|
||||
<Version>28</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2020-12-09</Date>
|
||||
<Version>27</Version>
|
||||
|
||||
Reference in New Issue
Block a user