Fix dependencies and add license

This commit is contained in:
2025-04-12 15:12:18 +03:00
parent 1d65a56d21
commit b8a91c8eb5
2 changed files with 5 additions and 3 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
name: kmod name: kmod
description: Linux kernel module handling tools description: Linux kernel module handling tools
version: 31 version: 31
revision: 2 revision: 3
url: https://github.com/kmod-project/kmod url: https://github.com/kmod-project/kmod
license: LGPL2.1,GPL2 license: LGPL2.1,GPL2
architecture: any architecture: any
depends: ["glibc","xz-utils","zlib"] depends: ["glibc","openssl","xz-utils","zlib","zstd"]
make_depends: ["bash","binutils","bison","coreutils","flex","gcc","gettext","glibc","gzip","make","openssl","pkgconf","sed","xz-utils","zlib"]
type: source type: source
+3
View File
@@ -35,4 +35,7 @@ package() {
done done
ln -sfv kmod "$BPM_OUTPUT"/usr/bin/lsmod ln -sfv kmod "$BPM_OUTPUT"/usr/bin/lsmod
# Install package licenses
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/kmod/COPYING
} }