|
|
|
|
@ -23,10 +23,10 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
%define V_whole 1.67 |
|
|
|
|
%define V_xterm 167 |
|
|
|
|
%define V_xtermset 0.5.1 |
|
|
|
|
%define V_xtermcolors 1.0 |
|
|
|
|
%define V_whole 1.67 |
|
|
|
|
%define V_xterm 167 |
|
|
|
|
%define V_xtermset 0.5.1 |
|
|
|
|
%define V_xtermcontrol 2.0 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: xterm |
|
|
|
|
@ -38,12 +38,13 @@ Distribution: OpenPKG [EVAL]
|
|
|
|
|
Group: XWindow |
|
|
|
|
License: X11 |
|
|
|
|
Version: %{V_whole} |
|
|
|
|
Release: 20020825 |
|
|
|
|
Release: 20020919 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz |
|
|
|
|
Source1: http://belnet.dl.sourceforge.net/sourceforge/clts/xtermset-%{V_xtermset}.tar.gz |
|
|
|
|
Source2: http://www.thrysoee.dk/xtermcolors/xtermcolors-%{V_xtermcolors}.tar.gz |
|
|
|
|
Source2: http://www.thrysoee.dk/xtermcontrol/xtermcontrol-%{V_xtermcontrol}.tar.gz |
|
|
|
|
Patch0: xterm.patch |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|
@ -64,6 +65,7 @@ AutoReqProv: no
|
|
|
|
|
%setup0 -q -c |
|
|
|
|
%setup1 -q -T -D -a 1 |
|
|
|
|
%setup2 -q -T -D -a 2 |
|
|
|
|
%patch0 -p0 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
( cd xterm-%{V_xterm} |
|
|
|
|
@ -86,7 +88,7 @@ AutoReqProv: no
|
|
|
|
|
--prefix=%{l_prefix} |
|
|
|
|
%{l_make} %{l_mflags -O} |
|
|
|
|
) |
|
|
|
|
( cd xtermcolors-%{V_xtermcolors} |
|
|
|
|
( cd xtermcontrol-%{V_xtermcontrol} |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
CFLAGS="%{l_cflags -O}" \ |
|
|
|
|
./configure \ |
|
|
|
|
@ -102,7 +104,7 @@ AutoReqProv: no
|
|
|
|
|
( cd xtermset-%{V_xtermset} |
|
|
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |
|
|
|
|
) |
|
|
|
|
( cd xtermcolors-%{V_xtermcolors} |
|
|
|
|
( cd xtermcontrol-%{V_xtermcontrol} |
|
|
|
|
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" |
|
|
|
|
) |
|
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true |
|
|
|
|
|