]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXau/libXau.nm
git: Fix packaging of SVN.pm.
[people/ms/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
MT
6name = libXau
7version = 1.0.6
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
4766c629
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
25source_dl =
26sources = %{thisapp}.tar.bz2
27
28build
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"
39end
40
41packages
42 package %{name}
43 end
1f9bc2f0 44
802ea3af
MT
45 package %{name}-devel
46 template DEVEL
47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end