Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mc] Update to 4.8.21, prefer xz tarball #1644

Merged
merged 1 commit into from Jul 5, 2018
Merged
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
19 changes: 10 additions & 9 deletions mc/plan.sh
@@ -1,12 +1,12 @@
pkg_name=mc
pkg_origin=core
pkg_version=4.8.18
pkg_version=4.8.21
pkg_description="Midnight Commander."
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
pkg_license=('GPL-3.0')
pkg_source=http://ftp.midnight-commander.org/mc-${pkg_version}.tar.bz2
pkg_source=http://ftp.midnight-commander.org/mc-${pkg_version}.tar.xz
pkg_upstream_url=https://www.midnight-commander.org
pkg_shasum=5b591e10dcbea95233434da40cdad4663d360229adf89826576c319667c103cb
pkg_shasum=8f37e546ac7c31c9c203a03b1c1d6cb2d2f623a300b86badfd367e5559fe148c
pkg_deps=(
core/glib
core/glibc
Expand All @@ -26,11 +26,12 @@ pkg_build_deps=(
pkg_bin_dirs=(bin)

do_build() {
./configure --prefix="$pkg_prefix" \
--with-screen=ncurses \
--with-ncurses-libs="$(pkg_path_for ncurses)/lib" \
--without-subshell \
--without-x \
--without-gpm-mouse
./configure \
--prefix="$pkg_prefix" \
--with-screen=ncurses \
--with-ncurses-libs="$(pkg_path_for ncurses)/lib" \
--without-subshell \
--without-x \
--without-gpm-mouse
make
}