0f48c5a7e6
>From v6 to v7 just few changes were made for performance improvement and compatibility. Switched from git download to source tarballs and hashes. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
440 B
Makefile
15 lines
440 B
Makefile
################################################################################
|
|
#
|
|
# libuecc
|
|
#
|
|
################################################################################
|
|
|
|
LIBUECC_VERSION = 7
|
|
LIBUECC_SITE = https://projects.universe-factory.net/attachments/download/85
|
|
LIBUECC_SOURCE = libuecc-$(LIBUECC_VERSION).tar.xz
|
|
LIBUECC_LICENSE = BSD-2c
|
|
LIBUECC_LICENSE_FILES = COPYRIGHT
|
|
LIBUECC_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|