mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
https://github.com/adah1972/libunibreak/blob/libunibreak_7_0/NEWS Switched to sha256 tarball hash provided by upstream. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
14 lines
459 B
Makefile
14 lines
459 B
Makefile
################################################################################
|
|
#
|
|
# libunibreak
|
|
#
|
|
################################################################################
|
|
|
|
LIBUNIBREAK_VERSION = 7.0
|
|
LIBUNIBREAK_SITE = https://github.com/adah1972/libunibreak/releases/download/libunibreak_$(subst .,_,$(LIBUNIBREAK_VERSION))
|
|
LIBUNIBREAK_INSTALL_STAGING = YES
|
|
LIBUNIBREAK_LICENSE = Zlib
|
|
LIBUNIBREAK_LICENSE_FILES = LICENCE
|
|
|
|
$(eval $(autotools-package))
|