From b8a11146da7496bfa0394e557762dd481f2c0c61 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Jul 2021 15:52:59 +0300 Subject: coreutils: move to community --- community/coreutils/build | 9 +++++++++ community/coreutils/checksums | 1 + community/coreutils/sources | 1 + community/coreutils/version | 1 + 4 files changed, 12 insertions(+) create mode 100755 community/coreutils/build create mode 100644 community/coreutils/checksums create mode 100644 community/coreutils/sources create mode 100644 community/coreutils/version (limited to 'community/coreutils') 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 -- cgit v1.2.3