mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
7b846fc07f
It's a major release, but the API seems to be mostly backwards-compatible. The only package depending on this library in buildroot is libsigrok and it builds fine. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
433 B
Makefile
16 lines
433 B
Makefile
################################################################################
|
|
#
|
|
# libzip
|
|
#
|
|
################################################################################
|
|
|
|
LIBZIP_VERSION = 1.2.0
|
|
LIBZIP_SITE = http://www.nih.at/libzip
|
|
LIBZIP_SOURCE = libzip-$(LIBZIP_VERSION).tar.xz
|
|
LIBZIP_LICENSE = BSD-3-Clause
|
|
LIBZIP_LICENSE_FILES = LICENSE
|
|
LIBZIP_INSTALL_STAGING = YES
|
|
LIBZIP_DEPENDENCIES = zlib
|
|
|
|
$(eval $(autotools-package))
|