mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
27 lines
1.3 KiB
Makefile
27 lines
1.3 KiB
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="gettext"
|
|
PKG_VERSION="0.19.8.1"
|
|
PKG_SHA256="ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c125c43"
|
|
PKG_ARCH="any"
|
|
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.gz"
|
|
PKG_DEPENDS_HOST="ccache:host"
|
|
PKG_SECTION="toolchain/devel"
|
|
PKG_SHORTDESC="gettext: A program internationalization library and tools"
|
|
PKG_LONGDESC="This is the GNU gettext package. It is interesting for authors or maintainers of other packages or programs which they want to see internationalized. As one step the handling of messages in different languages should be implemented. For this task GNU gettext provides the needed tools and library functions."
|
|
|
|
PKG_CONFIGURE_SCRIPT="gettext-tools/configure"
|
|
|
|
PKG_CONFIGURE_OPTS_HOST="--enable-static --disable-shared \
|
|
--disable-rpath \
|
|
--with-gnu-ld \
|
|
--disable-java \
|
|
--disable-curses \
|
|
--with-included-libxml \
|
|
--disable-native-java \
|
|
--disable-csharp \
|
|
--without-emacs"
|