fe64434df6
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
390 B
Makefile
13 lines
390 B
Makefile
################################################################################
|
|
#
|
|
# socketcand
|
|
#
|
|
################################################################################
|
|
|
|
SOCKETCAND_VERSION = 7d06986
|
|
SOCKETCAND_SITE = http://github.com/dschanoeh/socketcand/tarball/$(SOCKETCAND_VERSION)
|
|
SOCKETCAND_AUTORECONF = YES
|
|
SOCKETCAND_DEPENDENCIES = libconfig
|
|
|
|
$(eval $(autotools-package))
|