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