23 lines
970 B
Makefile
23 lines
970 B
Makefile
# 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)
|
|
|
|
PKG_NAME="gettext"
|
|
PKG_VERSION="0.21"
|
|
PKG_SHA256="d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.gnu.org/s/gettext/"
|
|
PKG_URL="http://ftp.gnu.org/pub/gnu/gettext/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_HOST="ccache:host"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A program internationalization library and tools."
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--disable-static --enable-shared \
|
|
--disable-rpath \
|
|
--with-gnu-ld \
|
|
--disable-java \
|
|
--disable-curses \
|
|
--with-included-libxml \
|
|
--disable-native-java \
|
|
--disable-csharp \
|
|
--without-emacs"
|