Summary: "Grävning" - a port of an old game with sucky graphics Name: grv Version: 2003.9 Release: 1 Group: Games License: GPLv2 Packager: H. Peter Anvin URL: ftp://ftp.zytor.com/pub/hpa/ Source: grv-%{version}.tar.xz Buildroot: /tmp/grv-root BuildRequires: SDL-devel %changelog * Wed Mar 26 2003 H. Peter Anvin - Initial version %description "Grävning" is an old game originally developed in BASIC on an original IBM PC with CGA graphics. Because CGA graphics was almost unusable, the game was written for text mode. This is a straight port of the "spirit" of the latest version of the BASIC code, with support for an Internet high score server. %prep %setup %build make %install mkdir -p $RPM_BUILD_ROOT/%{_bindir} install -m 755 grv $RPM_BUILD_ROOT/%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc README COPYING %attr(755,root,root) %{_bindir}/grv