summaryrefslogtreecommitdiffstats
path: root/package/libarchive/Config.in
diff options
context:
space:
mode:
authorDaniel Mack2009-08-25 16:04:56 +0200
committerPeter Korsgaard2009-09-02 10:00:51 +0200
commit32518793e17357fced65c928308ffdcebe142563 (patch)
tree202a1fb0f7d3ce51eb2b8335fe87c17139ec6e5d /package/libarchive/Config.in
parentdnsmasq: misc fixes (diff)
downloadbuildroot-32518793e17357fced65c928308ffdcebe142563.tar.gz
buildroot-32518793e17357fced65c928308ffdcebe142563.tar.xz
buildroot-32518793e17357fced65c928308ffdcebe142563.zip
libarchive package added
See http://code.google.com/p/libarchive/ [Peter: removed conditional target install, added wchar dependency] Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libarchive/Config.in')
-rw-r--r--package/libarchive/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libarchive/Config.in b/package/libarchive/Config.in
new file mode 100644
index 000000000..9154861c0
--- /dev/null
+++ b/package/libarchive/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBARCHIVE
+ bool "libarchive"
+ depends on BR2_USE_WCHAR
+ help
+ Libarchive is a reusable C library for reading and writing a
+ variety of streaming archive formats.
+
+ http://code.google.com/p/libarchive/
+
+comment "libarchive requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR