From: kloczek Date: Tue, 11 May 1999 00:17:59 +0000 (+0000) Subject: - raw version from TurboLinux (need by Doom and other games). X-Git-Tag: SDL-0_9_9-1~6 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=5249f883d1de153986269733b9471c9ded1aa006;p=packages%2FSDL.git - raw version from TurboLinux (need by Doom and other games). Changed files: SDL.spec -> 1.1 --- 5249f883d1de153986269733b9471c9ded1aa006 diff --git a/SDL.spec b/SDL.spec new file mode 100644 index 0000000..310df0c --- /dev/null +++ b/SDL.spec @@ -0,0 +1,81 @@ +%define version 0.8.8 +%define release 1TL +Name: SDL +Version: %{version} +Release: %{release} +Group: X11/Libraries +Copyright: LGPL +Source: SDL-0.8.8.tar.gz +Source1: SDL-demos.tar.gz +URL: http://www.devolution.com/~slouken/projects/SDL +BuildRoot: /mnt/c/TEMP/SDL-root +Summary: SDL (Simple DirectMedia Layer) - Game/Multimedia Library + +%package devel +Group: X11/Libraries +Summary: SDL - Header files & static libraries + +%package extras +Group: X11/Utilities +Summary: SDL - Test programs and demos + +%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. + +%description devel +SDL - Header files & static libraries + +%description extras +SDL - Test programs and demos + +%prep +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT +%setup -q +tar -xvzf %{SOURCE1} +chown -R 0.0 * +make config <