summaryrefslogtreecommitdiff
path: root/homebrew/id3ed/.beer
blob: 3b20338931dc234463b7538953d26ebf9eeabc1e (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
{
    "name": "Id3ed",
    "description": "ID3 tag editor for MP3 files",
    "url": "http://code.fluffytapeworm.com/projects/id3ed/id3ed-1.10.4.tar.gz",
    "mirror": null,
    "homepage": "http://code.fluffytapeworm.com/projects/id3ed",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\",",
        "\"--bindir=#{bin}/\",",
        "\"--mandir=#{man1}\"",
        "bin.mkpath",
        "man1.mkpath",
        "system \"make\", \"install\""
    ],
    "version": "1.10.4",
    "file": "id3ed.rb"
}