]> git.ipfire.org Git - ipfire-3.x.git/blob - libXau/libXau.nm
cython: New package
[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.7
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 = http://ftp.x.org/pub/individual/lib/
26
27 build
28 requires
29 pkg-config
30 xorg-x11-proto-devel
31 end
32
33 configure_options +=\
34 --disable-static
35 end
36
37 packages
38 package %{name}
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end