mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 12:46:19 +00:00
22 lines
861 B
Makefile
22 lines
861 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="screen"
|
|
PKG_VERSION="4.9.1"
|
|
PKG_SHA256="26cef3e3c42571c0d484ad6faf110c5c15091fbf872b06fa7aa4766c7405ac69"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.gnu.org/software/screen/"
|
|
PKG_URL="http://ftpmirror.gnu.org/screen/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain ncurses"
|
|
PKG_LONGDESC="Screen is a window manager that multiplexes a physical terminal between several processes"
|
|
PKG_BUILD_FLAGS="-sysroot -parallel"
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_header_utempter_h=no \
|
|
--enable-colors256 \
|
|
--disable-pam \
|
|
--disable-use-locale \
|
|
--disable-telnet \
|
|
--disable-socket-dir"
|
|
|