Skip to content

Commit

Permalink
Merge pull request #2542 from mariux64/update-mc-from-4.7.5.1-to-4.8.27
Browse files Browse the repository at this point in the history
Update mc from 4.7.5.1 to 4.8.27
  • Loading branch information
thomas authored Nov 23, 2021
2 parents 3883028 + 797669f commit c7a930b
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions mc-4.7.5.1-1.bee → mc.be0
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
#!/bin/env beesh

SRCURL[0]="http://www.midnight-commander.org/downloads/mc-4.7.5.1.tar.gz"
# BEE_VERSION mc-4.8.27-0

PATCHURL[0]=""

PGRP=( uncategorized )
# http://ftp.midnight-commander.org/mc-4.8.27.tar.xz
SRCURL[0]="https://beehive.molgen.mpg.de/e51cd40a897d9aa01af251d191637ca4/mc-4.8.27.tar.xz"

PATCHURL[0]=""

# BEE_CONFIGURE=compat
# EXCLUDE=""

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
bee_configure
}

mee_build() {
Expand All @@ -24,13 +22,13 @@ mee_build() {

mee_install() {
bee_install

mv ${D}${BINDIR}/mc ${D}${BINDIR}/midnight-commander
rm ${D}${BINDIR}/mc{diff,edit,view}


for i in mc{diff,edit,view,ommander} ; do
ln -s midnight-commander ${D}${BINDIR}/${i}
done

}

0 comments on commit c7a930b

Please sign in to comment.