]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libfontenc/libfontenc.nm
679bb90fe48068bc5c06f9a622ebe7f7cfa4acec
[people/amarx/ipfire-3.x.git] / libfontenc / libfontenc.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libfontenc
7 version = 1.0.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 libfontenc runtime library.
15
16 description
17 X.Org X11 libfontenc runtime library.
18 end
19
20 source_dl =
21
22 build
23 requires
24 pkg-config
25 xorg-x11-proto-devel
26 zlib-devel
27 end
28
29 configure_options += \
30 --disable-static
31 end
32
33 packages
34 package %{name}
35 end
36
37 package %{name}-devel
38 template DEVEL
39 end
40 end