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": "Libmagic",
"description": "Implementation of the file(1) command",
"url": "ftp://ftp.astron.com/pub/file/file-5.36.tar.gz",
"mirror": null,
"homepage": "https://www.darwinsys.com/file/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\",",
"\"--enable-fsect-man5\",",
"\"--enable-static\"",
"system \"make\", \"install\"",
"(share/\"misc/magic\").install Dir[\"magic/Magdir/*\"]",
"rm bin/\"file\"",
"rm man1/\"file.1\""
],
"version": "5.36",
"file": "libmagic.rb"
}
|