summaryrefslogtreecommitdiffstats
path: root/rules/bzip2.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-02-25 20:27:20 +0000
committerLuotao Fu <l.fu@pengutronix.de>2009-02-25 20:27:20 +0000
commitaac4d58562e2abae720f77c8a290c0d2bcbbd22d (patch)
tree4efbf2629707634159c1ea9d87eb34a5f5694a3a /rules/bzip2.in
parentaa07d108363bb23af3b7c14690265794e6d7f690 (diff)
downloadptxdist-aac4d58562e2abae720f77c8a290c0d2bcbbd22d.tar.gz
ptxdist-aac4d58562e2abae720f77c8a290c0d2bcbbd22d.tar.xz
* add bzip2
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9843 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bzip2.in')
-rw-r--r--rules/bzip2.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rules/bzip2.in b/rules/bzip2.in
new file mode 100644
index 000000000..01e1d2c62
--- /dev/null
+++ b/rules/bzip2.in
@@ -0,0 +1,24 @@
+## SECTION=shell_and_console
+
+config BZIP2
+ tristate
+ prompt "bzip2"
+ help
+ bzip2 is a freely available, patent free, high-quality data
+ compressor. The code is organised as a library with a
+ programming interface. The bzip2 program itself is a client
+ of the library.
+
+if BZIP2
+ config BZIP2__BZIP2
+ bool
+ prompt "install bzip2 binary"
+
+ config BZIP2__BZIP2RECOVER
+ bool
+ prompt "install bzip2recover binary"
+
+ config BZIP2__LIBBZ2
+ bool
+ prompt "install libbz2 library"
+endif