2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-03-22 16:00:59 +01:00
|
|
|
#
|
|
|
|
# socketcand
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2013-06-18 23:22:34 +02:00
|
|
|
SOCKETCAND_VERSION = dc3437ab
|
2013-06-06 08:47:25 +02:00
|
|
|
SOCKETCAND_SITE = http://github.com/dschanoeh/socketcand/tarball/$(SOCKETCAND_VERSION)
|
2012-03-22 16:00:59 +01:00
|
|
|
SOCKETCAND_AUTORECONF = YES
|
2013-06-18 23:22:34 +02:00
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBCONFIG),y)
|
2012-03-22 16:00:59 +01:00
|
|
|
SOCKETCAND_DEPENDENCIES = libconfig
|
2013-06-18 23:22:34 +02:00
|
|
|
else
|
|
|
|
SOCKETCAND_CONF_OPT = --without-config
|
|
|
|
endif
|
2012-03-22 16:00:59 +01:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|