]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXfixes/libXfixes.nm
561b92852432156e064c4faf0119891048741bc2
[people/ms/ipfire-3.x.git] / libXfixes / libXfixes.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXfixes
7 version = 4.0.5
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 Fixes library.
15
16 PKG_PACKAGES += %{name}-devel
17
18 description
19 X Fixes library.
20 end
21
22 source_dl =
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 libX11-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end