aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-16 10:19:00 +0300
committerCem Keylan <cem@ckyln.com>2019-12-16 10:19:00 +0300
commiteb97973402d64d4fcf4ec0765024acf3a69b34dd (patch)
tree65e0a10a69b6ceaab91b3952ad9ea79040b059f3 /testing
parent7ba2cc425c44bed1167a7785cf2b777a4dcb630c (diff)
downloadrepository-eb97973402d64d4fcf4ec0765024acf3a69b34dd.tar.gz
kmod: add package to testing
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/kmod/build11
-rw-r--r--testing/kmod/checksums1
-rw-r--r--testing/kmod/sources1
-rw-r--r--testing/kmod/version1
4 files changed, 14 insertions, 0 deletions
diff --git a/testing/kmod/build b/testing/kmod/build
new file mode 100755
index 00000000..ec408eb9
--- /dev/null
+++ 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
new file mode 100644
index 00000000..72b94d84
--- /dev/null
+++ b/testing/kmod/checksums
@@ -0,0 +1 @@
+57bb22c8bb56435991f6b0810a042b0a65e2f1e217551efa58235b7034cdbb9d kmod-26.tar.xz
diff --git a/testing/kmod/sources b/testing/kmod/sources
new file mode 100644
index 00000000..9d8eef3e
--- /dev/null
+++ 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
new file mode 100644
index 00000000..7df9751d
--- /dev/null
+++ b/testing/kmod/version
@@ -0,0 +1 @@
+26 1