]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - SDL/SDL.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/ipfire-3.x.git] / SDL / SDL.nm
CommitLineData
461f48a7 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
461f48a7
MT
4###############################################################################
5
802ea3af
MT
6name = SDL
7version = 1.2.14
8release = 1
461f48a7 9
802ea3af
MT
10groups = System/Libraries
11url = http://www.libsdl.org/
12license = LGPLv2+
13summary = A cross-platform multimedia library.
461f48a7 14
802ea3af
MT
15description
16 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
17 designed to provide fast access to the graphics frame buffer and audio
461f48a7 18 device.
802ea3af
MT
19end
20
21source_dl = http://www.libsdl.org/release/
22
23build
24 requires
25 directfb-devel
26 libusb-compat-devel
27 pkg-config
28 end
29end
30
31packages
32 package %{name}
33 end
1f9bc2f0 34
802ea3af
MT
35 package %{name}-devel
36 template DEVEL
37 end
1f9bc2f0
MT
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
802ea3af 42end