Skip to content

coreutils: update from 8.22 to 8.31 #1078

Merged
merged 1 commit into from May 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 0 additions & 35 deletions coreutils-8.22-1.bee

This file was deleted.

27 changes: 27 additions & 0 deletions coreutils.be0
@@ -0,0 +1,27 @@
#!/bin/env beesh

# BEE_VERSION coreutils-8.31-2

SRCURL[0]="http://ftp.gnu.org/gnu/coreutils/coreutils-${PKGVERSION}.tar.xz"

PATCHURL[1]="http://www.linuxfromscratch.org/patches/lfs/development/coreutils-${PKGVERSION}-i18n-1.patch"

# EXCLUDE=""

#mee_patch() {
# bee_patch
#}

mee_configure() {
export FORCE_UNSAFE_CONFIGURE=1
bee_configure --enable-no-install-program=kill,uptime
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}