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