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": "Libidn",
"description": "International domain name library",
"url": "https://ftp.gnu.org/gnu/libidn/libidn-1.35.tar.gz",
"mirror": "https://ftpmirror.gnu.org/libidn/libidn-1.35.tar.gz",
"homepage": "https://www.gnu.org/software/libidn/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--disable-csharp\",",
"\"--with-lispdir=#{elisp}\"",
"system \"make\", \"install\""
],
"version": "1.35",
"file": "libidn.rb"
}
|