mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-30 17:03:31 +08:00
014180011d
Introduced as optional dependency with libass 0.17.0. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
459 B
Makefile
14 lines
459 B
Makefile
################################################################################
|
|
#
|
|
# libunibreak
|
|
#
|
|
################################################################################
|
|
|
|
LIBUNIBREAK_VERSION = 5.1
|
|
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))
|