diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/coreutils/build | 9 | ||||
-rw-r--r-- | community/coreutils/checksums | 1 | ||||
-rw-r--r-- | community/coreutils/sources | 1 | ||||
-rw-r--r-- | community/coreutils/version | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/community/coreutils/build b/community/coreutils/build new file mode 100755 index 00000000..206a476a --- /dev/null +++ b/community/coreutils/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export CFLAGS="$CFLAGS -static" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/community/coreutils/checksums b/community/coreutils/checksums new file mode 100644 index 00000000..ed6feeaf --- /dev/null +++ b/community/coreutils/checksums @@ -0,0 +1 @@ +4458d8de7849df44ccab15e16b1548b285224dbba5f08fac070c1c0e0bcc4cfa coreutils-8.32.tar.xz diff --git a/community/coreutils/sources b/community/coreutils/sources new file mode 100644 index 00000000..7b35a7a8 --- /dev/null +++ b/community/coreutils/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/coreutils/coreutils-8.32.tar.xz diff --git a/community/coreutils/version b/community/coreutils/version new file mode 100644 index 00000000..8eaeab46 --- /dev/null +++ b/community/coreutils/version @@ -0,0 +1 @@ +8.32 1 |