]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - pkgs/directfb/directfb.nm
Change file layout of the makefiles.
[people/amarx/ipfire-3.x.git] / pkgs / directfb / directfb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = DirectFB
7 version = 1.4.1
8 release = 2
9
10 groups = System/Graphics
11 url = http://www.directfb.org/
12 license = LGPLv2+
13 summary = Graphics abstraction library for the Linux Framebuffer Device.
14
15 description
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.
20 end
21
22 source_dl =
23
24 build
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
43 end
44
45 packages
46 package %{name}
47 end
48
49 package %{name}-devel
50 template DEVEL
51 end
52 end