ladybird/Ports/mc/package.sh

20 lines
668 B
Bash
Raw Normal View History

2022-01-13 16:09:51 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
port=mc
2023-02-07 12:48:19 +03:00
version=4.8.29
2022-01-13 16:09:51 +03:00
useconfigure=true
2023-02-07 12:48:19 +03:00
files="http://ftp.midnight-commander.org/mc-${version}.tar.xz ${port}-${version}.tar.xz 01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4"
2022-01-13 16:09:51 +03:00
auth_type=sha256
depends=("gettext" "glib" "libtool" "ncurses" "vim")
configopts=(
"--disable-largefile"
"--disable-vfs"
"--without-edit"
"--without-x"
"--with-homedir"
"--with-screen=ncurses"
"--with-ncurses-includes=$SERENITY_BUILD_DIR/Root/usr/local/include/ncurses"
"--with-ncurses-libs=$SERENITY_BUILD_DIR/Root/usr/local/lib"
)
use_fresh_config_sub=true
config_sub_paths=("config/config.sub")