]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXcomposite/libXcomposite.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / libXcomposite / libXcomposite.nm
CommitLineData
1bf1539e
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libXcomposite
7version = 0.4.4
8release = 1
9
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Composite extension library.
15
16description
17 X.Org X11 libXcomposite runtime library.
18end
19
20source_dl = http://ftp.x.org/pub/individual/lib/
21
22build
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
32end
33
34packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44end