8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
342 B
Makefile
13 lines
342 B
Makefile
################################################################################
|
|
#
|
|
# libev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEV_VERSION = 4.11
|
|
LIBEV_SOURCE = libev-$(LIBEV_VERSION).tar.gz
|
|
LIBEV_SITE = http://dist.schmorp.de/libev/
|
|
LIBEV_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|