diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-04 15:52:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-04 15:52:59 +0300 |
commit | b8a11146da7496bfa0394e557762dd481f2c0c61 (patch) | |
tree | 8e2e9a9a59f321521a44aae17058ea95b98ec28c /community | |
parent | d3a05618908e42c5d9799fd17cdee84a4d364d70 (diff) | |
download | repository-b8a11146da7496bfa0394e557762dd481f2c0c61.tar.gz |
coreutils: move to community
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 |