]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libxcb/libxcb.nm
Cleanup: Remove various for packages for X11, gtk3 and gnome.
[ipfire-3.x.git] / libxcb / libxcb.nm
diff --git a/libxcb/libxcb.nm b/libxcb/libxcb.nm
deleted file mode 100644 (file)
index c136327..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libxcb
-version    = 1.9
-release    = 1
-
-maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
-groups     = X/Libraries
-url        = http://xcb.freedesktop.org/
-license    = MIT
-summary    = A C binding to the X11 protocol.
-
-description
-       The X protocol C-language Binding (XCB) is a replacement for Xlib
-       featuring a small footprint, latency hiding, direct access to the
-       protocol, improved threading support, and extensibility.
-end
-
-source_dl  = http://xcb.freedesktop.org/dist/
-
-build
-       requires
-               autoconf
-               automake
-               libtool
-               libXau-devel
-               libxslt-devel
-               pkg-config
-               python-devel
-               xcb-proto >= 1.7
-               xorg-x11-proto-devel
-       end
-
-       configure_options += \
-               --disable-static
-
-       prepare_cmds
-               sed -e "s/pthread-stubs//g" -i configure.ac
-               autoreconf -f --install
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-
-               requires = libXau-devel
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end