]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libXcomposite/libXcomposite.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / libXcomposite / libXcomposite.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXcomposite
7 version = 0.4.4
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 Composite extension library.
15
16 description
17 X.Org X11 libXcomposite runtime library.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 libX11-devel
25 libXfixes-devel
26 pkg-config
27 xorg-x11-proto-devel
28 end
29
30 configure_options += \
31 --disable-static
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end