]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXres/libXres.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libXres / libXres.nm
CommitLineData
1c6769b2 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
1c6769b2
SS
4###############################################################################
5
802ea3af
MT
6name = libXres
7version = 1.0.4
8release = 1
1c6769b2 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X-Resource extension client library.
9a3a0d99 15
802ea3af 16description
1c6769b2 17 X-Resource is an extension that allows a client to query \
802ea3af
MT
18 the X server about its usage of various resources.
19end
20
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 libX11-devel
27 libXext-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34
35 make_install_targets += INSTALL="install -p"
36end
37
38packages
39 package %{name}
40 end
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end