]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - directfb/directfb.nm
directfb: Drop package
[people/stevee/ipfire-3.x.git] / directfb / directfb.nm
diff --git a/directfb/directfb.nm b/directfb/directfb.nm
deleted file mode 100644 (file)
index 8867297..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = directfb
-version    = %{ver_major}.%{ver_minor}
-release    = 1
-thisapp    = DirectFB-%{version}
-
-ver_major  = 1.5
-ver_minor  = 3
-
-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  = http://www.directfb.org/download/DirectFBGL/DirectFB-%{ver_major}/
-
-build
-       requires
-               freetype-devel
-               libjpeg-devel
-               libVNCServer-devel
-               perl
-               sysfsutils-devel
-               zlib-devel
-       end
-
-       LDFLAGS += \
-               -Wl,-z,relro \
-               -Wl,-z,noexecstack
-
-       configure_options += \
-               --disable-x11 \
-               --enable-sdl \
-               --enable-video4linux2 \
-               --enable-zlib \
-               --with-dither-rgb16=advanced \
-               --disable-mmx \
-               --disable-sse
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end