mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
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:
committed by
Peter Korsgaard
parent
4b9bd9736e
commit
e73cf2d5f3
6
package/libev/Config.in
Normal file
6
package/libev/Config.in
Normal 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
11
package/libev/libev.mk
Normal 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))
|
||||
Reference in New Issue
Block a user