]> git.ipfire.org Git - ipfire-3.x.git/blob - libXft/libXft.nm
kernel: Update to 5.1
[ipfire-3.x.git] / libXft / libXft.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXft
7 version = 2.3.1
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.Org X11 libXft runtime library.
15
16 description
17 X.Org X11 libXft runtime library.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
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
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end