summaryrefslogtreecommitdiff
path: root/homebrew/libdvdcss/.beer
blob: 9e680993a77bef817042dd7f0840b5d179e23ac3 (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
26
27
28
29
30
31
{
    "name": "Libdvdcss",
    "description": "Access DVDs as block devices without the decryption",
    "url": "https://download.videolan.org/pub/videolan/libdvdcss/1.4.2/libdvdcss-1.4.2.tar.bz2",
    "mirror": null,
    "homepage": "https://www.videolan.org/developers/libdvdcss.html",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-if\" if build.head?",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--disable-dependency-tracking\"",
        "system \"make\", \"install\""
    ],
    "version": "1.4.2",
    "file": "libdvdcss.rb"
}