]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - directfb/directfb.nm
Move all packages to root.
[ipfire-3.x.git] / directfb / directfb.nm
diff --git a/directfb/directfb.nm b/directfb/directfb.nm
new file mode 100644 (file)
index 0000000..c5b9890
--- /dev/null
@@ -0,0 +1,52 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = DirectFB
+version    = 1.4.1
+release    = 2
+
+groups     = System/Graphics
+url        = http://www.directfb.org/
+license    = LGPLv2+
+summary    = Graphics abstraction library for the Linux Framebuffer Device.
+
+description
+       DirectFB is a thin library that provides hardware graphics acceleration, \
+       input device handling and abstraction, integrated windowing system with \
+       support for translucent windows and multiple display layers on top of the \
+       Linux Framebuffer Device.
+end
+
+source_dl  =
+
+build
+       requires
+               freetype-devel
+                libjpeg-devel
+               libVNCServer-devel
+               perl
+               sysfsutils-devel
+               zlib-devel
+       end
+
+       configure_options += \
+               --disable-x11 \
+               --enable-sdl \
+               --enable-video4linux2 \
+               --enable-libv412 \
+               --enable-zlib \
+               --with-dither-rgb16=advanced \
+               --disable-mmx \
+               --disable-sse
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end