summaryrefslogtreecommitdiff
path: root/packages/misc/gettext/gettext.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/misc/gettext/gettext.kconfig')
-rw-r--r--packages/misc/gettext/gettext.kconfig32
1 files changed, 21 insertions, 11 deletions
diff --git a/packages/misc/gettext/gettext.kconfig b/packages/misc/gettext/gettext.kconfig
index df52063..aa639c8 100644
--- a/packages/misc/gettext/gettext.kconfig
+++ b/packages/misc/gettext/gettext.kconfig
@@ -2,18 +2,19 @@
# Embtoolkit
# Copyright(C) 2009-2011 GAYE Abdoulaye Walsimou. All rights reserved.
#
-# This program is free software; you can distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file gettext.kconfig
@@ -24,6 +25,7 @@
config EMBTK_HAVE_GETTEXT
bool "Have gettext"
+ select EMBTK_GETTEXT_PKG_IS_TARGZ
select EMBTK_HAVE_NCURSES
select EMBTK_HAVE_LIBXML2
select KEMBTK_EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EMBTK_CLIB_EGLIBC
@@ -56,7 +58,7 @@ choice
prompt "gettext version you wish"
depends on EMBTK_HAVE_GETTEXT
help
- Here you can choose which version of gettext you want to use.
+ Here you can choose which version of gettext you want to use.
config EMBTK_GETTEXT_VERSION_0_17
bool "gettext-0.17"
@@ -69,3 +71,11 @@ config EMBTK_GETTEXT_VERSION_STRING
default "0.17" if EMBTK_GETTEXT_VERSION_0_17
default "0.16.1" if EMBTK_GETTEXT_VERSION_0_16_1
+config EMBTK_GETTEXT_NEED_PATCH
+ bool
+config EMBTK_GETTEXT_NEED_AUTORECONF
+ bool
+config EMBTK_GETTEXT_PKG_IS_TARGZ
+ bool
+config EMBTK_GETTEXT_PKG_IS_TARBZ2
+ bool