summaryrefslogtreecommitdiff
path: root/packages/htools/zlib/zlib.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 22:31:43 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-16 22:31:43 +0100
commite97400b2dca787ff4993111940a19546a6000c5e (patch)
tree27329c0a9f9ae78acabb749b46eb387e03d96b3e /packages/htools/zlib/zlib.kconfig
parent9ecfe9507b7abb357a3fbf573a4c1975bc1dca0f (diff)
downloadembtoolkit-e97400b2dca787ff4993111940a19546a6000c5e.tar.gz
embtoolkit-e97400b2dca787ff4993111940a19546a6000c5e.tar.bz2
embtoolkit-e97400b2dca787ff4993111940a19546a6000c5e.tar.xz
Byuild system: move zlib host under packages/htools/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools/zlib/zlib.kconfig')
-rw-r--r--packages/htools/zlib/zlib.kconfig38
1 files changed, 38 insertions, 0 deletions
diff --git a/packages/htools/zlib/zlib.kconfig b/packages/htools/zlib/zlib.kconfig
new file mode 100644
index 0000000..75a73e9
--- /dev/null
+++ b/packages/htools/zlib/zlib.kconfig
@@ -0,0 +1,38 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-2012 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 zlib_host.kconfig
+# \brief zlib_host.kconfig of Embtoolkit.
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date August 2010
+################################################################################
+
+config EMBTK_HOST_HAVE_ZLIB
+ bool
+ help
+ zlib is a compression library.
+
+config EMBTK_ZLIB_HOST_VERSION_STRING
+ string
+ default "1.2.5"
+
+config EMBTK_ZLIB_HOST_NEED_PATCH
+ bool
+config EMBTK_ZLIB_HOST_NEED_AUTORECONF
+ bool