From 8db73c47f20589c612632151a17ee7eb8a0949c7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 14:40:00 +0300 Subject: added dosfstools --- testing/dosfstools/build | 11 +++++++++++ testing/dosfstools/checksums | 1 + testing/dosfstools/sources | 1 + testing/dosfstools/version | 1 + 4 files changed, 14 insertions(+) create mode 100755 testing/dosfstools/build create mode 100644 testing/dosfstools/checksums create mode 100644 testing/dosfstools/sources create mode 100644 testing/dosfstools/version (limited to 'testing') 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 -- cgit v1.2.3