Browse Source

screen uses tgetent(3) and must therefore depend on ncurses

master
Michael Schloh von Bennewitz 22 years ago committed by Ralf S. Engelschall
parent
commit
5992d4728d
  1. 6
      screen/screen.spec

6
screen/screen.spec

@ -34,7 +34,7 @@ Class: CORE
Group: Terminal
License: GPL
Version: 4.0.2
Release: 20040527
Release: 20040908
# list of sources
Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
@ -43,8 +43,8 @@ Patch0: screen.patch
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, make
PreReq: OpenPKG, openpkg >= 20040130, ncurses
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save