diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 14:40:00 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 14:40:00 +0300 |
commit | 8db73c47f20589c612632151a17ee7eb8a0949c7 (patch) | |
tree | db48ded9881f84cfc3d6878ec944a348dee6c0ee /testing | |
parent | 0bbe4c12108e45f90a344a9ac60f1b27f3363e19 (diff) | |
download | repository-8db73c47f20589c612632151a17ee7eb8a0949c7.tar.gz |
added dosfstools
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/dosfstools/build | 11 | ||||
-rw-r--r-- | testing/dosfstools/checksums | 1 | ||||
-rw-r--r-- | testing/dosfstools/sources | 1 | ||||
-rw-r--r-- | testing/dosfstools/version | 1 |
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 |