kumquat-buildroot/package/libbytesize/libbytesize.mk
Bernd Kuhls d51f520bca package/libbytesize: bump version to 2.5
Release notes:
https://github.com/storaged-project/libbytesize/releases/tag/2.4
https://github.com/storaged-project/libbytesize/releases/tag/2.5

Removed patch which was applied upstream:
f2b6600f54

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-02-07 10:43:18 +01:00

25 lines
597 B
Makefile

################################################################################
#
# libbytesize
#
################################################################################
LIBBYTESIZE_VERSION = 2.5
LIBBYTESIZE_SITE = https://github.com/storaged-project/libbytesize/releases/download/$(LIBBYTESIZE_VERSION)
LIBBYTESIZE_LICENSE = LGPL-2.1+
LIBBYTESIZE_LICENSE_FILES = LICENSE
LIBBYTESIZE_INSTALL_STAGING = YES
LIBBYTESIZE_DEPENDENCIES = \
host-pkgconf \
host-gettext \
gmp \
mpfr \
pcre2
LIBBYTESIZE_CONF_OPTS += \
--without-python3 \
--without-tools
$(eval $(autotools-package))