]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libfontenc/libfontenc.nm
pdns: Update to version 3.4.7
[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 6name = libfontenc
6d313e80 7version = 1.1.1
802ea3af 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
6d313e80 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
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}
1f9bc2f0 35
802ea3af
MT
36 package %{name}-devel
37 template DEVEL
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end