]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libXau/libXau.nm
d35344b12dfce78c18df04c6de428c08b8aeafdf
[people/amarx/ipfire-3.x.git] / libXau / libXau.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXau
7 version = 1.0.6
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://xcb.freedesktop.org/
13 license = MIT
14 summary = Sample Authorization Protocol for X.
15
16 description
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 \
22 magic cookie.
23 end
24
25 source_dl =
26 sources = %{thisapp}.tar.bz2
27
28 build
29 requires
30 pkg-config
31 xorg-x11-proto-devel
32 end
33
34 configure_options +=\
35 --disable-static
36
37 #make_install_targets +=\
38 # INSTALL="install -p"
39 end
40
41 packages
42 package %{name}
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
48 end