summaryrefslogtreecommitdiffstats
path: root/rules/libtar.in
blob: d8a800de47cf0346a45eccfe62e53d3534ffaeac (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=system_libraries

config LIBTAR
	tristate
	prompt "libtar"
	select ZLIB
	help
	  libtar is a C library for manipulating POSIX tar files. It handles
	  adding and extracting files to/from a tar archive.

# vim: ft=kconfig noet tw=72