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
32
|
{
"name": "Ncurses",
"description": "Text-based UI library",
"url": "https://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz",
"mirror": "https://ftpmirror.gnu.org/ncurses/ncurses-6.1.tar.gz",
"homepage": "https://www.gnu.org/software/ncurses/",
"depends": [
{
"depend": "pkg-config",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--enable-pc-files\",",
"\"--with-pkg-config-libdir=#{lib}/pkgconfig\",",
"\"--enable-sigwinch\",",
"\"--enable-symlinks\",",
"\"--enable-widec\",",
"\"--with-shared\",",
"\"--with-gpm=no\"",
"system \"make\", \"install\"",
"make_libncurses_symlinks",
"prefix.install \"test\"",
"(prefix/\"test\").install \"install-sh\", \"config.sub\", \"config.guess\""
],
"version": "6.1",
"file": "ncurses.rb"
}
|