]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXfont/libXfont.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / libXfont / libXfont.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXfont
7 version = 1.4.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.Org X11 libXfont runtime library.
15
16 description
17 X.Org X11 libXfont development package.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 freetype-devel
25 libfontenc-devel
26 pkg-config
27 xorg-x11-proto-devel
28 xorg-x11-xtrans-devel
29 zlib-devel
30 end
31
32 configure_options += \
33 --disable-static
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end