]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXfont/libXfont.nm
glibc: Update to 2.20
[people/ms/ipfire-3.x.git] / libXfont / libXfont.nm
CommitLineData
53ea7db4 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
53ea7db4
SS
4###############################################################################
5
802ea3af 6name = libXfont
6105a142 7version = 1.4.5
802ea3af 8release = 1
53ea7db4 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXfont runtime library.
53ea7db4 15
802ea3af 16description
53ea7db4 17 X.Org X11 libXfont development package.
802ea3af
MT
18end
19
6105a142 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
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
34end
35
36packages
37 package %{name}
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end