distribution/packages/x11/lib/libXaw/package.mk

18 lines
649 B
Makefile
Raw Normal View History

# 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) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
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"
2023-03-07 23:00:42 +00:00
PKG_DEPENDS_TARGET="toolchain xorgproto libXt libXmu libX11 libXpm"
PKG_LONGDESC="Athena libary"
PKG_BUILD_FLAGS="+pic"
2023-03-07 23:00:42 +00:00
pre_configure_target() {
PKG_CONFIGURE_OPTS_TARGET="--disable-static --enable-shared --enable-xthreads"
2023-03-07 23:00:42 +00:00
}