diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 10:32:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 10:32:41 +0300 |
commit | ab5d617cb515ca11f955b738c5d763a10743cb5b (patch) | |
tree | 06a5c9888b4ca315038e6c9df0f05fb39fbfe199 /testing | |
parent | b27e69e6363c04acbc26185d17cf5bcfce687dee (diff) | |
download | repository-ab5d617cb515ca11f955b738c5d763a10743cb5b.tar.gz |
fts: add package to testing
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/fts/build | 6 | ||||
-rw-r--r-- | testing/fts/checksums | 1 | ||||
-rw-r--r-- | testing/fts/depends | 2 | ||||
-rw-r--r-- | testing/fts/sources | 1 | ||||
-rw-r--r-- | testing/fts/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/testing/fts/build b/testing/fts/build new file mode 100755 index 00000000..896e2e10 --- /dev/null +++ b/testing/fts/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +./bootstrap.sh +./configure --prefix=/usr +make +make DESTDIR="$1" install diff --git a/testing/fts/checksums b/testing/fts/checksums new file mode 100644 index 00000000..c2661231 --- /dev/null +++ b/testing/fts/checksums @@ -0,0 +1 @@ +49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6 v1.2.7.tar.gz diff --git a/testing/fts/depends b/testing/fts/depends new file mode 100644 index 00000000..e52370ee --- /dev/null +++ b/testing/fts/depends @@ -0,0 +1,2 @@ +libtool make +automake make diff --git a/testing/fts/sources b/testing/fts/sources new file mode 100644 index 00000000..9aee9709 --- /dev/null +++ b/testing/fts/sources @@ -0,0 +1 @@ +https://github.com/void-linux/musl-fts/archive/v1.2.7.tar.gz diff --git a/testing/fts/version b/testing/fts/version new file mode 100644 index 00000000..fa32c1fb --- /dev/null +++ b/testing/fts/version @@ -0,0 +1 @@ +1.2.7 1 |