summaryrefslogtreecommitdiff
path: root/homebrew/librem/.beer
blob: aea6e82717ff08afc9c977a4cfda9604742737d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "Librem",
    "description": "Toolkit library for real-time audio and video processing",
    "url": "http://www.creytiv.com/pub/rem-0.5.3.tar.gz",
    "mirror": null,
    "homepage": "http://www.creytiv.com",
    "depends": [
        {
            "depend": "libre",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libre = Formula[\"libre\"]",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\",",
        "\"LIBRE_MK=#{libre.opt_share}/re/re.mk\",",
        "\"LIBRE_INC=#{libre.opt_include}/re\",",
        "\"LIBRE_SO=#{libre.opt_lib}\""
    ],
    "version": "0.5.3",
    "file": "librem.rb"
}