13 lines
398 B
Makefile
13 lines
398 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2020-present Fewtarius
|
|
|
|
PKG_NAME="xterm"
|
|
PKG_VERSION="379"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="http://invisible-mirror.net/archives/xterm"
|
|
PKG_URL="${PKG_SITE}/${PKG_NAME}-${PKG_VERSION}.tgz"
|
|
PKG_DEPENDS_TARGET="toolchain ncurses xorg-server libXaw libXpm"
|
|
PKG_LONGDESC="Terminal emulator for X11."
|
|
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--disable-full-tgetent"
|