######################################################################### Name: enigma Version: 0.50 Release: 1 Summary: clone of the ATARI game Oxyd Group: X11/Games/Strategy Copyright: GPL URL: http://www.freesoftware.fsf.org/enigma/ Buildroot: %{_tmppath}/%{name}-root Prefix: /usr Packager: Achim Settelmeier 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} 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.GPL INSTALL NEWS TODO %doc HACKING CREATING-LEVELS %{prefix}/share/enigma %{prefix}/bin/enigma %doc %{prefix}/man/man?/enigma.*