]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - perl-Font-TTF/perl-Font-TTF.nm
docbook2X: New package.
[people/ms/ipfire-3.x.git] / perl-Font-TTF / perl-Font-TTF.nm
CommitLineData
b775d8b1
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Font-TTF
7version = 0.48
8release = 1
9arch = noarch
10thisapp = Font-TTF-%{version}
11
12groups = Development/Libraries
13url = http://search.cpan.org/dist/Font-TTF/
14license = Artistic 2.0
15summary = Perl library for modifying TTF font files.
16
17description
18 Perl module for TrueType font hacking. Supports reading, processing and writing
19 of the following tables: GDEF, GPOS, GSUB, LTSH, OS/2, PCLT, bsln, cmap, cvt,
20 fdsc, feat, fpgm, glyf, hdmx, head, hhea, hmtx, kern, loca, maxp, mort, name,
21 post, prep, prop, vhea, vmtx and the reading and writing of all other table
22 types.
23end
24
25source_dl = http://search.cpan.org/CPAN/authors/id/M/MH/MHOSKEN/
26
27build
28 requires
29 perl(ExtUtils::MakeMaker)
30 perl(ExtUtils::ParseXS)
31 perl(Test::Simple)
32 end
33
34 build
35 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
36 make %{PARALLELISMFLAGS}
37 end
38
39 test
40 make test
41 end
42
43 make_install_targets = pure_install DESTDIR=%{BUILDROOT}
44end
45
46packages
47 package %{name}
48 filter_requires
49 Win32
50 end
51
52 requires
53 perl
54 end
55 end
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
60end