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