summaryrefslogtreecommitdiff
path: root/homebrew/libev/.beer
blob: 2cbc359194d9a0ee70893b63e37d7083046661c2 (plain)
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"
}