aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtesting/dosfstools/build11
-rw-r--r--testing/dosfstools/checksums1
-rw-r--r--testing/dosfstools/sources1
-rw-r--r--testing/dosfstools/version1
4 files changed, 14 insertions, 0 deletions
diff --git a/testing/dosfstools/build b/testing/dosfstools/build
new file mode 100755
index 00000000..75812fcf
--- /dev/null
+++ b/testing/dosfstools/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+
+./configure \
+ --prefix=/ \
+ --enable-compat-symlinks \
+ --mandir=/usr/share/man \
+ --docdir=/usr/share/doc/dosfstools-4.1
+
+make
+make DESTDIR="$1" install
diff --git a/testing/dosfstools/checksums b/testing/dosfstools/checksums
new file mode 100644
index 00000000..12827f08
--- /dev/null
+++ b/testing/dosfstools/checksums
@@ -0,0 +1 @@
+e6b2aca70ccc3fe3687365009dd94a2e18e82b688ed4e260e04b7412471cc173 dosfstools-4.1.tar.xz
diff --git a/testing/dosfstools/sources b/testing/dosfstools/sources
new file mode 100644
index 00000000..c3230867
--- /dev/null
+++ b/testing/dosfstools/sources
@@ -0,0 +1 @@
+https://github.com/dosfstools/dosfstools/releases/download/v4.1/dosfstools-4.1.tar.xz
diff --git a/testing/dosfstools/version b/testing/dosfstools/version
new file mode 100644
index 00000000..60d2ac65
--- /dev/null
+++ b/testing/dosfstools/version
@@ -0,0 +1 @@
+4.1 1