]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - libXau/libXau.nm
Move all packages to root.
[people/arne_f/ipfire-3.x.git] / libXau / libXau.nm
diff --git a/libXau/libXau.nm b/libXau/libXau.nm
new file mode 100644 (file)
index 0000000..d35344b
--- /dev/null
@@ -0,0 +1,48 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libXau
+version    = 1.0.6
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://xcb.freedesktop.org/
+license    = MIT
+summary    = Sample Authorization Protocol for X.
+
+description
+       This is a very simple mechanism for providing individual access \
+       to an X Window System display.It uses existing core protocol and \
+       library hooks for specifying authorization data in the connection \
+       setup block to restrict use of the display to only those clients \
+       that show that they know a server-specific key called a \
+       magic cookie.
+end
+
+source_dl  =
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               pkg-config
+               xorg-x11-proto-devel
+       end
+
+       configure_options +=\
+               --disable-static
+
+       #make_install_targets +=\
+       #       INSTALL="install -p"
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       end
+end