######################################################################### Name: enigma Version: @VERSION@ Release: 1 Summary: clone of the ATARI game Oxyd Group: X11/Games/Strategy Copyright: GPL URL: http://www.nongnu.org/enigma/ Buildroot: %{_tmppath}/%{name}-root Prefix: /usr Packager: Daniel Heck Source: enigma-%{version}.tar.gz %description Enigma is a tribute to and a re-implementation of one of the most original and intriguing computer games of the 1990's: Oxyd. Your objective is easily explained: find and uncover all pairs of identical Oxyd stones in each landscape. Sounds simple? It would be, if it weren't for hidden traps, vast mazes, insurmountable obstacles and innumerable puzzles blocking your direct way to the Oxyd stones... ######################################################################### %clean case "$RPM_BUILD_ROOT" in *-root) rm -rf $RPM_BUILD_ROOT ;; esac %prep %setup %build ./configure --prefix=%{prefix} --enable-optimize make %install case "$RPM_BUILD_ROOT" in *-root) rm -rf $RPM_BUILD_ROOT ;; esac make install \ prefix=$RPM_BUILD_ROOT%{prefix} ######################################################################### %files %defattr(-,root,root) %doc README AUTHORS ChangeLog COPYING INSTALL NEWS doc/TODO %doc doc/HACKING doc/CREATING-LEVELS doc/functions.html doc/functions.css %{prefix}/share/enigma %{prefix}/bin/enigma %doc %{prefix}/man/man?/enigma.* %changelog * Initial specfile by Achim Settelmeier