Add xterm as a dependency for future use.
This commit is contained in:
parent
341a9f49f3
commit
c2315e6374
3 changed files with 45 additions and 0 deletions
15
packages/x11/app/xterm/package.mk
Normal file
15
packages/x11/app/xterm/package.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (C) 2020-present Fewtarius
|
||||
|
||||
PKG_NAME="xterm"
|
||||
PKG_VERSION="378"
|
||||
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."
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS="${LDFLAGS} -lreadline -lncursesw -ltinfow"
|
||||
export CFLAGS="${CFLAGS} -fcommon"
|
||||
}
|
15
packages/x11/lib/libXaw/package.mk
Normal file
15
packages/x11/lib/libXaw/package.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="libXaw"
|
||||
PKG_VERSION="1.0.14"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain xorgproto libXt libXmu libX11"
|
||||
PKG_LONGDESC="Athena libary"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --enable-xthreads"
|
15
packages/x11/lib/libXpm/package.mk
Normal file
15
packages/x11/lib/libXpm/package.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
# Copyright (C) 2022-present Fewtarius
|
||||
|
||||
PKG_NAME="libXpm"
|
||||
PKG_VERSION="3.5.13"
|
||||
PKG_LICENSE="MIT"
|
||||
PKG_SITE="http://www.X.org"
|
||||
PKG_URL="http://xorg.freedesktop.org/archive/individual/lib/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
||||
PKG_DEPENDS_TARGET="toolchain xorgproto libXt libXmu libX11 libXext"
|
||||
PKG_LONGDESC="XPM pixmap libary"
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared --enable-xthreads"
|
Loading…
Reference in a new issue