]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/blame - fonts-OTF-Aegyptus.spec
- BR: iconv
[packages/fonts-OTF-Aegyptus.git] / fonts-OTF-Aegyptus.spec
CommitLineData
2f2b90ba 1Summary: Free UCS font for Egyptian hieroglyphs
2Summary(pl.UTF-8): Wolnodostępny font UCS dla hieroglifów egipskich
3Name: fonts-OTF-Aegyptus
4Version: 3.11
3c65cc64 5%define _ver %(echo %{version} | tr -d .)
2f2b90ba 6Release: 1
7License: Freeware
8Group: Fonts
3c65cc64 9Source0: http://users.teilar.gr/~g1951d/Aegyptus%{_ver}.zip
2f2b90ba 10# Source0-md5: de9426b4fbed2ce23d6121effce36ba9
11URL: http://users.teilar.gr/~g1951d/
68751718 12BuildRequires: iconv
2f2b90ba 13BuildRequires: unzip
14Requires(post,postun): fontpostinst
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%define otffontsdir %{_fontsdir}/OTF
19
20%description
21The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
22graphical representation. The main sources of glyphs are Hieroglyphica
23<http://www.ccer.nl/product8.html> and the work of Alan Gardiner
24<http://std.dkuug.dk/JTC1/SC2/WG2/docs/n3182.pdf>. Egyptian
25Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
26for the lack of a standard. The font also covers Basic Latin, Egyptian
27Transliteration characters, Meroitic, some Punctuation and other
28Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
29Unicode Standard 5.2
30
31%%description -l pl.UTF-8
32#TODO
33
34%prep
3c65cc64 35%setup -q -c
2f2b90ba 36
78a9de88 37%build
38for i in *.txt; do
39 iconv -f utf16 -t utf8 < $i > $i.
40 mv -f $i. $i
41done
42
2f2b90ba 43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT%{otffontsdir}
46
47install *.otf $RPM_BUILD_ROOT%{otffontsdir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post
53fontpostinst OTF
54
55%postun
56fontpostinst OTF
57
58%files
59%defattr(644,root,root,755)
60%doc *.txt
61%{otffontsdir}/Aegyptus.otf
This page took 0.081899 seconds and 4 git commands to generate.