summaryrefslogtreecommitdiff
path: root/packages/misc/intltool/intltool.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou GAYE <awg@embtoolkit.org>2011-06-25 19:40:00 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-25 23:21:33 +0200
commit8cbef49c07ead43889df357146e8d32f0275b756 (patch)
tree69b9fbf9472263d92c8e1194502d7b8ec8f4e56c /packages/misc/intltool/intltool.kconfig
parentd26f67ffd7241efae63e1d63a05ba2e0fcf3679d (diff)
downloadembtoolkit-8cbef49c07ead43889df357146e8d32f0275b756.tar.gz
embtoolkit-8cbef49c07ead43889df357146e8d32f0275b756.tar.bz2
embtoolkit-8cbef49c07ead43889df357146e8d32f0275b756.tar.xz
Packages: Add intltool-0.40.6
Signed-off-by: Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
Diffstat (limited to 'packages/misc/intltool/intltool.kconfig')
-rw-r--r--packages/misc/intltool/intltool.kconfig75
1 files changed, 75 insertions, 0 deletions
diff --git a/packages/misc/intltool/intltool.kconfig b/packages/misc/intltool/intltool.kconfig
new file mode 100644
index 0000000..c3ada26
--- /dev/null
+++ b/packages/misc/intltool/intltool.kconfig
@@ -0,0 +1,75 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+#
+# 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 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/>.
+#
+################################################################################
+#
+# \file intltool.kconfig
+# \brief intltool.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date June 2011
+################################################################################
+
+config EMBTK_HOST_HAVE_INTLTOOL
+ bool
+ select EMBTK_INTLTOOL_PKG_IS_TARBZ2
+ help
+ intltool for host development machine.
+
+config EMBTK_HAVE_INTLTOOL
+ bool
+ select EMBTK_INTLTOOL_PKG_IS_TARBZ2
+ help
+ intltool description
+choice
+ prompt "intltool version you wish"
+ depends on EMBTK_HAVE_INTLTOOL || EMBTK_HOST_HAVE_INTLTOOL
+ help
+ Here you can choose which version of intltool you want to use.
+
+ config EMBTK_INTLTOOL_VERSION_0_40_6
+ bool "intltool-0.40.6"
+endchoice
+
+config EMBTK_INTLTOOL_MAJOR_VERSION_STRING
+ string
+ default "0.40" if EMBTK_INTLTOOL_VERSION_0_40_6
+
+config EMBTK_INTLTOOL_VERSION_STRING
+ string
+ default "0.40.6" if EMBTK_INTLTOOL_VERSION_0_40_6
+
+config EMBTK_INTLTOOL_NEED_PATCH
+ bool
+ select EMBTK_INTLTOOL_HOST_NEED_PATCH
+config EMBTK_INTLTOOL_NEED_AUTORECONF
+ bool
+ select EMBTK_INTLTOOL_HOST_NEED_AUTORECONF
+config EMBTK_INTLTOOL_PKG_IS_TARGZ
+ bool
+ select EMBTK_INTLTOOL_HOST_PKG_IS_TARGZ
+config EMBTK_INTLTOOL_PKG_IS_TARBZ2
+ bool
+ select EMBTK_INTLTOOL_HOST_PKG_IS_TARBZ2
+
+config EMBTK_INTLTOOL_HOST_NEED_PATCH
+ bool
+config EMBTK_INTLTOOL_HOST_NEED_AUTORECONF
+ bool
+config EMBTK_INTLTOOL_HOST_PKG_IS_TARGZ
+ bool
+config EMBTK_INTLTOOL_HOST_PKG_IS_TARBZ2
+ bool