kumquat-buildroot/package/libsoc/libsoc.mk
Yegor Yefremov ad4d18bb18 libsoc: bump to 0.6.2
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-06-18 14:22:15 +02:00

16 lines
437 B
Makefile

################################################################################
#
# libsoc
#
################################################################################
LIBSOC_VERSION = 0.6.2
LIBSOC_SITE = $(call github,jackmitch,libsoc,$(LIBSOC_VERSION))
LIBSOC_LICENSE = LGPLv2.1
LIBSOC_LICENSE_FILES = COPYING
LIBSOC_AUTORECONF = YES
LIBSOC_INSTALL_STAGING = YES
LIBSOC_CONF_OPT = --disable-debug
$(eval $(autotools-package))