pkg://ifsdaem-1.1-1.src.rpm:94968/ifsdaem.spec
info downloads
Summary: a programm to do IFS
Name: ifsdaem
Version: 1.1
Release: 1
SOURCE: ifsdaem.tgz
Group: Applications/Graphics
Copyright: Timo Hartmann
%description
This is a programm to generate IFS, a special kind
of fractals. You can make pictures and generate
IFS-Code interactivly.
%prep
%setup
%build
make
%install
install -s -m 755 -o 0 -g 0 ifsdaem /usr/bin/ifsdaem
install -m 644 -o 0 -g 0 ifsdaem.1 /usr/man/man1
%files
%doc README COPYING ifsdaem.1 fract.ifs mycreat.ifs mycreat_1.ifs
/usr/bin/ifsdaem
/usr/man/man1/ifsdaem.1