]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXdmcp/libXdmcp.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
MT
6name = libXdmcp
7version = 1.0.3
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
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 pkg-config
26 xorg-x11-proto-devel
27 end
28
29 configure_options += \
30 --disable-static
31end
32
33packages
34 package %{name}
35 end
1f9bc2f0 36
802ea3af
MT
37 package %{name}-devel
38 template DEVEL
39 end
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end