]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - libXdmcp/libXdmcp.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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.0.3
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 =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 pkg-config
26 xorg-x11-proto-devel
27 end
28
29 configure_options += \
30 --disable-static
31 end
32
33 packages
34 package %{name}
35 end
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end