1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Libev",
"description": "Asynchronous event library",
"url": "http://dist.schmorp.de/libev/Attic/libev-4.24.tar.gz",
"mirror": "https://fossies.org/linux/misc/libev-4.24.tar.gz",
"homepage": "http://software.schmorp.de/pkg/libev.html",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--mandir=#{man}\"",
"system \"make\", \"install\"",
"(include/\"event.h\").unlink"
],
"version": "4.24",
"file": "libev.rb"
}
|