]> git.ipfire.org Git - ipfire-3.x.git/blame - ncurses/ncurses.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / ncurses / ncurses.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = ncurses
d58493c8
SS
7version = 6.1
8release = 1
9thisapp = %{name}-%{version}
166a6c21 10
802ea3af
MT
11groups = System/Base
12url = http://invisible-island.net/ncurses/ncurses.html
13license = MIT
14summary = Ncurses support utilities.
166a6c21 15
802ea3af
MT
16description
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
166a6c21 20 discontinued 4.4 BSD classic curses library.
802ea3af
MT
21end
22
d58493c8 23source_dl = https://github.com/mirror/%{name}/archive/v%{version}.tar.gz#/
802ea3af
MT
24
25build
26 requires
27 gcc-c++
28 end
29
30 configure_options += \
802ea3af
MT
31 --with-shared \
32 --without-debug \
e1b31c03
MT
33 --without-ada \
34 --with-ospeed=unsigned \
35 --with-chtype=long \
36 --enable-hard-tabs \
37 --enable-xmc-glitch \
38 --enable-colorfgbg \
83460ad1 39 --with-terminfo-dirs=%{sysconfdir}/terminfo:%{datadir}/terminfo \
e1b31c03
MT
40 --enable-overwrite \
41 --enable-pc-files \
42 --with-termlib=tinfo
802ea3af 43
06eef4c6 44 export PKG_CONFIG_LIBDIR=%{libdir}/pkgconfig
e1b31c03
MT
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}
06eef4c6 66 rm -rvf %{BUILDROOT}%{libdir}/libtinfo.*
e1b31c03
MT
67 make -C widec DESTDIR=%{BUILDROOT} install.{libs,includes,man}
68
06eef4c6 69 chmod -v 755 %{BUILDROOT}%{libdir}/lib*.so.*.*
e1b31c03 70
83460ad1 71 mkdir -pv %{BUILDROOT}/etc/terminfo
e1b31c03 72
cc7ec88d
SS
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
e1b31c03 79 # don't require -ltinfo when linking with --no-add-needed
06eef4c6 80 for l in %{BUILDROOT}%{libdir}/libncurses{,w}.so; do
e1b31c03
MT
81 soname=$(basename $(readlink $l))
82 rm -f $l
83 echo "INPUT($soname -ltinfo)" > $l
84 done
85
06eef4c6
MT
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
802ea3af 90
06eef4c6
MT
91 rm -vf %{BUILDROOT}%{libdir}/terminfo
92 rm -vf %{BUILDROOT}%{libdir}/pkgconfig/{*_g,ncurses++*}.pc
802ea3af
MT
93 end
94end
95
96packages
97 package %{name}
c3d2e812
MT
98 groups += Base
99 end
1f9bc2f0 100
802ea3af
MT
101 package %{name}-libs
102 template LIBS
1f9bc2f0 103
802ea3af 104 requires
b98d319e 105 %{name}-base=%{thisver}
802ea3af
MT
106 end
107 end
1f9bc2f0 108
802ea3af
MT
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
e5ec988f
MT
120 provides += /usr/share/terminfo
121
802ea3af
MT
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
e5ec988f
MT
134 conflicts = ncurses<=5.9-1
135
802ea3af
MT
136 files
137 /usr/share/terminfo/*/Eterm*
631a2997 138 /usr/share/terminfo/*/ansi
802ea3af
MT
139 /usr/share/terminfo/*/aterm
140 /usr/share/terminfo/*/bterm
141 /usr/share/terminfo/*/cons25
142 /usr/share/terminfo/*/cygwin
631a2997 143 /usr/share/terminfo/*/dumb
802ea3af
MT
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
631a2997 151 /usr/share/terminfo/*/linux
802ea3af
MT
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
631a2997
MT
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
802ea3af
MT
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
83460ad1
MT
176 /usr/share/terminfo/*/xterm
177 /usr/share/terminfo/*/xterm-*
802ea3af
MT
178 end
179 end
1f9bc2f0
MT
180
181 package %{name}-debuginfo
182 template DEBUGINFO
183 end
802ea3af 184end