summaryrefslogtreecommitdiffstats
path: root/rules/fuse-zip.in
blob: 76aecd43759085730a747941d0791707bfd28dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## SECTION=staging
## old section:
### SECTION=disk_and_file

config FUSE_ZIP
	tristate
	prompt "fuse-zip"
	select LIBZIP
	select FUSE
	select FUSE__LIB
	help
	  fuse-zip is a FUSE file system to navigate, extract, create
	  and modify ZIP and ZIP64 archives based on libzip implemented
	  in C++.

	  With fuse-zip you really can work with ZIP archives as real
	  directories. Unlike KIO or Gnome VFS, it can be used in any
	  application without modifications.

	  STAGING: remove in ptxdist-2019.05.0
	  Old version that is no longer available for download.
	  Should be updated to a new version.