]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - libXau/libXau.nm
git: Fix packaging of SVN.pm.
[people/ms/ipfire-3.x.git] / libXau / libXau.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libXau
7version = 1.0.6
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://xcb.freedesktop.org/
13license = MIT
14summary = Sample Authorization Protocol for X.
15
16description
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.
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
44
45 package %{name}-devel
46 template DEVEL
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52end