libzip: new package
[Peter: license is BSD-3c] Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
96bc60efa4
commit
083f853801
@ -605,6 +605,7 @@ endmenu
|
||||
|
||||
menu "Compression and decompression"
|
||||
source "package/libarchive/Config.in"
|
||||
source "package/libzip/Config.in"
|
||||
source "package/lzo/Config.in"
|
||||
source "package/snappy/Config.in"
|
||||
source "package/szip/Config.in"
|
||||
|
8
package/libzip/Config.in
Normal file
8
package/libzip/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBZIP
|
||||
bool "libzip"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
C library for reading, creating, and modifying zip archives. This
|
||||
package also contains zipcmp, ziptorrent and zipmerge utilities.
|
||||
|
||||
http://www.nih.at/libzip/
|
15
package/libzip/libzip.mk
Normal file
15
package/libzip/libzip.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# libzip
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBZIP_VERSION = 0.11.2
|
||||
LIBZIP_SITE = http://www.nih.at/libzip/
|
||||
LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz
|
||||
LIBZIP_LICENSE = BSD-3c
|
||||
LIBZIP_LICENSE_FILES = LICENSE
|
||||
LIBZIP_INSTALL_STAGING = YES
|
||||
LIBZIP_DEPENDENCIES = zlib
|
||||
|
||||
$(eval $(autotools-package))
|
Loading…
Reference in New Issue
Block a user