]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXau/libXau.nm
tmux: Update to 2.2
[people/amarx/ipfire-3.x.git] / libXau / libXau.nm
CommitLineData
4766c629 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4766c629
SS
4###############################################################################
5
802ea3af 6name = libXau
cd2aa203 7version = 1.0.7
802ea3af 8release = 1
4766c629 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = Sample Authorization Protocol for X.
4766c629 15
802ea3af 16description
cd2aa203
SS
17 This is a very simple mechanism for providing individual access
18 to an X Window System display.It uses existing core protocol and
19 library hooks for specifying authorization data in the connection
20 setup block to restrict use of the display to only those clients
21 that show that they know a server-specific key called a
cb391ce9 22 magic cookie.
802ea3af
MT
23end
24
cd2aa203 25source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
26
27build
28 requires
29 pkg-config
30 xorg-x11-proto-devel
31 end
32
33 configure_options +=\
34 --disable-static
802ea3af
MT
35end
36
37packages
38 package %{name}
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end