package: add libev

Signed-off-by: Bernhard Roth <broth@roth-itk.de>
Signed-off-by: Yegor Yefremov <yegor_sub1@visionsystems.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2011-08-08 16:55:25 +02:00 committed by Peter Korsgaard
parent 4b9bd9736e
commit e73cf2d5f3
3 changed files with 18 additions and 0 deletions

View file

@ -342,6 +342,7 @@ source "package/libcap/Config.in"
source "package/libdaemon/Config.in"
source "package/libelf/Config.in"
source "package/libevent/Config.in"
source "package/libev/Config.in"
source "package/libffi/Config.in"
source "package/libglib2/Config.in"
source "package/libnspr/Config.in"

6
package/libev/Config.in Normal file
View file

@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBEV
bool "libev"
help
Userspace library for handling asynchronous notifications
http://software.schmorp.de/pkg/libev.html

11
package/libev/libev.mk Normal file
View file

@ -0,0 +1,11 @@
#############################################################
#
# libev
#
#############################################################
LIBEV_VERSION = 4.04
LIBEV_SOURCE = libev-$(LIBEV_VERSION).tar.gz
LIBEV_SITE = http://dist.schmorp.de/libev/
LIBEV_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,libev))