]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXfixes/libXfixes.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / libXfixes / libXfixes.nm
CommitLineData
7048c46b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7048c46b
SS
4###############################################################################
5
802ea3af 6name = libXfixes
a914ff3c 7version = 5.0
802ea3af 8release = 1
7048c46b 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Fixes library.
7048c46b 15
802ea3af 16description
7048c46b 17 X Fixes library.
802ea3af
MT
18end
19
a914ff3c 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 libX11-devel
25 pkg-config
26 xorg-x11-proto-devel
27 end
28
29 configure_options += \
30 --disable-static
31end
32
33packages
34 package %{name}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end