pkg://fntutl-1.40-4.src.rpm:3180/fntutl.spec
info downloads
Summary: font converters
Name: fntutl
Version: 1.40
Release: 4
Source: fntutl.tar.gz
Copyright: free
Group: Utilities/Font
%description
Utilities to convert between human-readable font images and EGA/VGA binary files
%prep
%setup -c
%build
cc $RPM_OPT_FLAGS -o asc2fnt asc2fnt.c
cc $RPM_OPT_FLAGS -o fnt2asc fnt2asc.c
%install
install -m 755 -o root -g root asc2fnt /usr/bin
install -m 755 -o root -g root fnt2asc /usr/bin
%files
/usr/bin/asc2fnt
/usr/bin/fnt2asc