Summary: Yet another programmable text editor for Unix users.
Name: xcoral
Version: 3.40
Release: 0
Copyright: GPL
Group: Applications/Editors
Source: /home/lion/xcoral-3.40/xcoral-3.40.tar.gz
Packager: <Lionel Fournigault> Lionel.Fournigault@free.fr

%description
Xcoral is a multiwindow mouse-based text editor for the X Window System.
Syntax highlighting (C, C++, Java, LaTeX) and auto-indentation are available.
A built-in browser enables you to navigate through C functions, C++ and Java classes, 
methods and files. A SMall Ansi C Interpreter (Smac) is also built-in to
dynamically extend the editor's possibilities (user functions, key bindings,
modes etc).
Home page: http://xcoral.free.fr
e-mail: xcoral@free.fr

%prep
%setup -q

%build
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"

%install
make install

%clean
make clean

%files
%defattr(-,root,root)
/usr/X11R6/bin/xcoral
/usr/local/lib/xcoral
