mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-03 15:02:10 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
375 B
Makefile
13 lines
375 B
Makefile
################################################################################
|
|
#
|
|
# socketcand
|
|
#
|
|
################################################################################
|
|
|
|
SOCKETCAND_VERSION = 7d06986
|
|
SOCKETCAND_SITE = http://github.com/dschanoeh/socketcand/tarball/master
|
|
SOCKETCAND_AUTORECONF = YES
|
|
SOCKETCAND_DEPENDENCIES = libconfig
|
|
|
|
$(eval $(autotools-package))
|