commit eb97973402d64d4fcf4ec0765024acf3a69b34dd parent 7ba2cc425c44bed1167a7785cf2b777a4dcb630c Author: Cem Keylan <cem@ckyln.com> Date: Mon, 16 Dec 2019 10:19:00 +0300 kmod: add package to testing Diffstat:
A | testing/kmod/build | | | 11 | +++++++++++ |
A | testing/kmod/checksums | | | 1 | + |
A | testing/kmod/sources | | | 1 | + |
A | testing/kmod/version | | | 1 | + |
4 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/testing/kmod/build b/testing/kmod/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --sysconfdir=/etc + +make + +make DESTDIR="$1" install + diff --git a/testing/kmod/checksums b/testing/kmod/checksums @@ -0,0 +1 @@ +57bb22c8bb56435991f6b0810a042b0a65e2f1e217551efa58235b7034cdbb9d kmod-26.tar.xz diff --git a/testing/kmod/sources b/testing/kmod/sources @@ -0,0 +1 @@ +https://mirrors.edge.kernel.org/pub/linux/utils/kernel/kmod/kmod-26.tar.xz diff --git a/testing/kmod/version b/testing/kmod/version @@ -0,0 +1 @@ +26 1