]> git.ipfire.org Git - ipfire-3.x.git/blob - libXdmcp/libXdmcp.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libXdmcp / libXdmcp.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXdmcp
7 version = 1.1.1
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X Display Manager Control Protocol library.
15
16 description
17 X Display Manager Control Protocol library.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 pkg-config
25 xorg-x11-proto-devel
26 end
27
28 configure_options += \
29 --disable-static
30 end
31
32 packages
33 package %{name}
34
35 package %{name}-devel
36 template DEVEL
37 end
38
39 package %{name}-debuginfo
40 template DEBUGINFO
41 end
42 end