9ae362f09a
This package is a small library used for the Freifunk Gluon project and will be used by other upcoming packages. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
367 B
Makefile
14 lines
367 B
Makefile
################################################################################
|
|
#
|
|
# libuecc
|
|
#
|
|
################################################################################
|
|
|
|
LIBUECC_VERSION = v6
|
|
LIBUECC_SITE = git://git.universe-factory.net/libuecc
|
|
LIBUECC_LICENSE = BSD-2c
|
|
LIBUECC_LICENSE_FILES = COPYRIGHT
|
|
LIBUECC_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|