Summary: SDL (Simple DirectMedia Layer) - Game/Multimedia Library Name: SDL Version: 0.10.0 Release: 1 Group: X11/Libraries Copyright: LGPL Source: http://www.devolution.com/~slouken/projects/SDL/SDL-0.9/src/%{name}-%{version}.tar.gz URL: http://www.devolution.com/~slouken/projects/SDL/ BuildRequires: XFree86-devel BuildRoot: /tmp/%{name}-%{version}-root %description SDL (Simple DirectMedia Layer) is a library that allows you portable, low level access to a video framebuffer, audio output, mouse, and keyboard. It can support both windowed and DGA modes of XFree86, and it is designed to be portable - applications linked with SDL can also be built on Win32 and BeOS. %package devel Summary: SDL - Header files Group: X11/Libraries Requires: %{name} = %{version} %description devel SDL - Header files. %package static Summary: SDL - static libraries Group: X11/Libraries Requires: %{name} = %{version} %description static SDL - static libraries. %prep %setup -q %build make config <