]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - freetype/freetype.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / freetype / freetype.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = freetype
7 version = 2.3.9
8 release = 1
9
10 groups = System/Graphics
11 url = http://www.freetype.org/
12 license = FTL GPLv2+
13 summary = A free and portable font rendering engine.
14
15 description
16 The FreeType engine is a free and portable font rendering \
17 engine, developed to provide advanced font support for a variety of \
18 platforms and environments. FreeType is a library which can open and \
19 manages font files as well as efficiently load, hint and render \
20 individual glyphs. FreeType is not a font server or a complete \
21 text-rendering library.
22 end
23
24 source_dl =
25 sources = %{thisapp}.tar.bz2
26
27 build
28 requires
29 zlib-devel
30 end
31
32 prepare_cmds
33 sed -i -r -e 's:.*(#.*BYTE.*) .*:\1:' \
34 -e 's:.*(#.*SUBPIX.*) .*:\1:' \
35 include/freetype/config/ftoption.h
36 end
37 end
38
39 packages
40 package %{name}
41 end
42
43 package %{name}-devel
44 template DEVEL
45 end
46 end