diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-08-25 16:04:56 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-02 10:00:51 +0200 |
commit | 32518793e17357fced65c928308ffdcebe142563 (patch) | |
tree | 202a1fb0f7d3ce51eb2b8335fe87c17139ec6e5d /package/libarchive/Config.in | |
parent | 74834991a8d2a308b46d0d1375ffab90c75c6c39 (diff) | |
download | buildroot-novena-32518793e17357fced65c928308ffdcebe142563.tar.gz buildroot-novena-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.in | 11 |
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 |