]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXres/libXres.nm
pdns: Update to version 3.4.7
[people/amarx/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 6name = libXres
e65d6e24 7version = 1.0.6
802ea3af 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
e65d6e24 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
e65d6e24 21source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
22
23build
24 requires
25 libX11-devel
26 libXext-devel
27 pkg-config
28 xorg-x11-proto-devel
29 end
30
31 configure_options += \
32 --disable-static
33
34 make_install_targets += INSTALL="install -p"
35end
36
37packages
38 package %{name}
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end