]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXft/libXft.nm
Add a -debuginfo for every package that is not noarch.
[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
MT
6name = libXft
7version = 2.1.14
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
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 fontconfig-devel
26 freetype-devel
27 libXrender-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34end
35
36packages
37 package %{name}
38 end
1f9bc2f0 39
802ea3af
MT
40 package %{name}-devel
41 template DEVEL
42 end
1f9bc2f0
MT
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
802ea3af 47end