summary refs log tree commit diff
path: root/def/coreutils
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-01-27 14:42:06 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-01-27 14:42:06 +0100
commit6dee0885b727f7f8da484ce5eda5599024a671de (patch)
tree733c7d67759ed43541cf5bac917fb27d7e62a261 /def/coreutils
downloadmewix-6dee0885b727f7f8da484ce5eda5599024a671de.tar.gz
mewix-6dee0885b727f7f8da484ce5eda5599024a671de.tar.xz
mewix-6dee0885b727f7f8da484ce5eda5599024a671de.zip
initial commit of mewix
Diffstat (limited to 'def/coreutils')
-rw-r--r--def/coreutils6
1 files changed, 6 insertions, 0 deletions
diff --git a/def/coreutils b/def/coreutils
new file mode 100644
index 0000000..8a9ef4e
--- /dev/null
+++ b/def/coreutils
@@ -0,0 +1,6 @@
+pkgname=coreutils
+version=8.31
+distfiles="http://ftp.gnu.org/gnu/coreutils/coreutils-8.31.tar.xz"
+configure_args=" --enable-install-program=arch,hostname
+ --enable-no-install-program=kill,uptime
+ --disable-rpath"