]> git.ipfire.org Git - ipfire-3.x.git/blob - libfontenc/libfontenc.nm
pcengines-firmware: update to 4.9.0.7
[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.1.3
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 = http://ftp.x.org/pub/individual/lib/
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
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end