|
|
@@ -23,31 +23,31 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
-%define V_whole 1.64
|
|
|
-%define V_xterm 164
|
|
|
+%define V_whole 1.65
|
|
|
+%define V_xterm 165
|
|
|
%define V_xtermset 0.5.1
|
|
|
|
|
|
# package information
|
|
|
Name: xterm
|
|
|
Summary: Terminal Emulation for X11
|
|
|
-URL: http://dickey.his.com/xterm/
|
|
|
+URL: http://invisible-island.net/xterm/
|
|
|
Vendor: X Consortium, Thomas E. Dickey
|
|
|
Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EXP]
|
|
|
Group: X11
|
|
|
License: X11
|
|
|
Version: %{V_whole}
|
|
|
-Release: 20020206
|
|
|
+Release: 20020223
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: ftp://dickey.his.com/xterm/xterm-%{V_xterm}.tgz
|
|
|
+Source0: ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
|
|
|
Source1: http://prdownloads.sourceforge.net/clts/xtermset-%{V_xtermset}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
-BuildPreReq: OpenPKG, openpkg >= 20020206
|
|
|
-PreReq: OpenPKG, openpkg >= 20020206
|
|
|
+BuildPreReq: OpenPKG, openpkg >= 20020206, X11
|
|
|
+PreReq: OpenPKG, openpkg >= 20020206, X11
|
|
|
AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
@@ -68,6 +68,9 @@ AutoReqProv: no
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
./configure \
|
|
|
--prefix=%{l_prefix} \
|
|
|
+ --with-x \
|
|
|
+ --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
|
|
|
+ --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
|
|
|
--disable-tek4014 \
|
|
|
--disable-vt52 \
|
|
|
--disable-active-icon
|