]> git.ipfire.org Git - ipfire-3.x.git/blob - ncurses/ncurses.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / ncurses / ncurses.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ncurses
7 version = 6.1
8 release = 1
9 thisapp = %{name}-%{version}
10
11 groups = System/Base
12 url = http://invisible-island.net/ncurses/ncurses.html
13 license = MIT
14 summary = Ncurses support utilities.
15
16 description
17 The curses library routines are a terminal-independent method of
18 updating character screens with reasonable optimization. The ncurses
19 (new curses) library is a freely distributable replacement for the
20 discontinued 4.4 BSD classic curses library.
21 end
22
23 source_dl = https://github.com/mirror/%{name}/archive/v%{version}.tar.gz#/
24
25 build
26 requires
27 gcc-c++
28 end
29
30 configure_options += \
31 --with-shared \
32 --without-debug \
33 --without-ada \
34 --with-ospeed=unsigned \
35 --with-chtype=long \
36 --enable-hard-tabs \
37 --enable-xmc-glitch \
38 --enable-colorfgbg \
39 --with-terminfo-dirs=%{sysconfdir}/terminfo:%{datadir}/terminfo \
40 --enable-overwrite \
41 --enable-pc-files \
42 --with-termlib=tinfo
43
44 export PKG_CONFIG_LIBDIR=%{libdir}/pkgconfig
45
46 build
47 mkdir -pv narrowc widec
48
49 # Build narrowc version.
50 cd narrowc
51 ln -svf ../configure .
52 ./configure %{configure_options} --with-ticlib
53 make %{PARALLELISMFLAGS} libs
54 make %{PARALLELISMFLAGS} -C progs
55
56 # Build widec version.
57 cd ../widec
58 ln -svf ../configure .
59 ./configure %{configure_options} --enable-widec --without-progs
60 make %{PARALLELISMFLAGS} libs
61 cd ..
62 end
63
64 install
65 make -C narrowc DESTDIR=%{BUILDROOT} install.{libs,progs,data}
66 rm -rvf %{BUILDROOT}%{libdir}/libtinfo.*
67 make -C widec DESTDIR=%{BUILDROOT} install.{libs,includes,man}
68
69 chmod -v 755 %{BUILDROOT}%{libdir}/lib*.so.*.*
70
71 mkdir -pv %{BUILDROOT}/etc/terminfo
72
73 mkdir %{BUILDROOT}%{includedir}/ncurses{,w}
74 for l in %{BUILDROOT}%{includedir}/*.h; do
75 ln -s ../$(basename $l) %{BUILDROOT}%{includedir}/ncurses
76 ln -s ../$(basename $l) %{BUILDROOT}%{includedir}/ncursesw
77 done
78
79 # don't require -ltinfo when linking with --no-add-needed
80 for l in %{BUILDROOT}%{libdir}/libncurses{,w}.so; do
81 soname=$(basename $(readlink $l))
82 rm -f $l
83 echo "INPUT($soname -ltinfo)" > $l
84 done
85
86 rm -f %{BUILDROOT}%{libdir}/libcurses{,w}.so
87 echo "INPUT(-lncurses)" > %{BUILDROOT}%{libdir}/libcurses.so
88 echo "INPUT(-lncursesw)" > %{BUILDROOT}%{libdir}/libcursesw.so
89 echo "INPUT(-ltinfo)" > %{BUILDROOT}%{libdir}/libtermcap.so
90
91 rm -vf %{BUILDROOT}%{libdir}/terminfo
92 rm -vf %{BUILDROOT}%{libdir}/pkgconfig/{*_g,ncurses++*}.pc
93 end
94 end
95
96 packages
97 package %{name}
98 groups += Base
99 end
100
101 package %{name}-libs
102 template LIBS
103
104 requires
105 %{name}-base=%{thisver}
106 end
107 end
108
109 package %{name}-devel
110 template DEVEL
111 end
112
113 package %{name}-term
114 summary = Terminal descriptions for ncurses.
115 description
116 This package contains additional terminal descriptions not found in
117 the ncurses-base package.
118 end
119
120 provides += /usr/share/terminfo
121
122 files
123 /usr/share/terminfo
124 end
125 end
126
127 package %{name}-base
128 summary = Terminal descriptions.
129 description
130 This package contains descriptions of common terminals. Other terminal
131 descriptions are included in the ncurses-term package.
132 end
133
134 conflicts = ncurses<=5.9-1
135
136 files
137 /usr/share/terminfo/*/Eterm*
138 /usr/share/terminfo/*/ansi
139 /usr/share/terminfo/*/aterm
140 /usr/share/terminfo/*/bterm
141 /usr/share/terminfo/*/cons25
142 /usr/share/terminfo/*/cygwin
143 /usr/share/terminfo/*/dumb
144 /usr/share/terminfo/*/eterm*
145 /usr/share/terminfo/*/gnome
146 /usr/share/terminfo/*/gnome-256color
147 /usr/share/terminfo/*/hurd
148 /usr/share/terminfo/*/jfbterm
149 /usr/share/terminfo/*/konsole
150 /usr/share/terminfo/*/konsole-256color
151 /usr/share/terminfo/*/linux
152 /usr/share/terminfo/*/mach*
153 /usr/share/terminfo/*/mlterm
154 /usr/share/terminfo/*/mrxvt
155 /usr/share/terminfo/*/nsterm
156 /usr/share/terminfo/*/putty*
157 /usr/share/terminfo/*/pcansi
158 /usr/share/terminfo/*/rxvt
159 /usr/share/terminfo/*/rxvt-*
160 /usr/share/terminfo/*/screen
161 /usr/share/terminfo/*/screen-*color
162 /usr/share/terminfo/*/screen.*
163 /usr/share/terminfo/*/sun
164 /usr/share/terminfo/*/teraterm
165 /usr/share/terminfo/*/teraterm2.3
166 /usr/share/terminfo/*/vt100
167 /usr/share/terminfo/*/vt100-nav
168 /usr/share/terminfo/*/vt102
169 /usr/share/terminfo/*/vt220
170 /usr/share/terminfo/*/vt52
171 /usr/share/terminfo/*/vte
172 /usr/share/terminfo/*/vte-256color
173 /usr/share/terminfo/*/vwmterm
174 /usr/share/terminfo/*/wsvt25*
175 /usr/share/terminfo/*/xfce
176 /usr/share/terminfo/*/xterm
177 /usr/share/terminfo/*/xterm-*
178 end
179 end
180
181 package %{name}-debuginfo
182 template DEBUGINFO
183 end
184 end