kumquat-buildroot/package/libuecc/libuecc.mk
Alexander Dahl 0f48c5a7e6 libuecc: bump to v7
>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>
2016-04-02 16:46:51 +02:00

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))