ladybird/Ports/ncurses/package.sh
Andreas Kling ba97548686 Ports: Build ncurses with --with-termlib
This ensures that a libtinfo.a is produced, which is needed by nano.
2019-11-16 13:18:43 +01:00

6 lines
179 B
Bash
Executable file

#!/bin/bash ../.port_include.sh
port=ncurses
version=6.1
useconfigure=true
configopts="--with-termlib"
files="ftp://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz ncurses-6.1.tar.gz"