b0b9606530
The recommended form is without the trailing slash. Buildroot will add a slash between FOO_SITE and FOO_SOURCE as appropriate. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
428 B
Makefile
16 lines
428 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|