Description: Lmenu is a menuing system for linux,and unix at all. your console must support Ansi codes,and you must the openw lib for that.
Name: Lmenu
Version: 0.1.0
Release: 1
Source: Lmenu.tar.gz
Copyright: GPL
Group: Applications

%prep
%setup


%build
gcc menu.c -o Lmenu -lopenw

%install
cp Lmenu /usr/bin
mkdir /usr/lib/Lmenu
cp dos.fnt /usr/lib/Lmenu
cp menu.cfg /etc

%files
/usr/bin/Lmenu
%doc README
%doc hebrew.bas
%config /etc/menu.cfg
/usr/lib/Lmenu/dos.fnt
