]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - directfb/directfb.nm
Move all packages to root.
[people/amarx/ipfire-3.x.git] / directfb / directfb.nm
CommitLineData
86f7e98f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
86f7e98f
SS
4###############################################################################
5
802ea3af
MT
6name = DirectFB
7version = 1.4.1
8release = 2
86f7e98f 9
802ea3af
MT
10groups = System/Graphics
11url = http://www.directfb.org/
12license = LGPLv2+
13summary = Graphics abstraction library for the Linux Framebuffer Device.
86f7e98f 14
802ea3af 15description
86f7e98f
SS
16 DirectFB is a thin library that provides hardware graphics acceleration, \
17 input device handling and abstraction, integrated windowing system with \
18 support for translucent windows and multiple display layers on top of the \
19 Linux Framebuffer Device.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 freetype-devel
27 libjpeg-devel
28 libVNCServer-devel
29 perl
30 sysfsutils-devel
31 zlib-devel
32 end
33
34 configure_options += \
35 --disable-x11 \
36 --enable-sdl \
37 --enable-video4linux2 \
38 --enable-libv412 \
39 --enable-zlib \
40 --with-dither-rgb16=advanced \
41 --disable-mmx \
42 --disable-sse
43end
44
45packages
46 package %{name}
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52end