]> git.pld-linux.org Git - packages/fonts-OTF-Aegyptus.git/blame - fonts-OTF-Aegyptus.spec
- builds
[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/
12BuildRequires: unzip
13Requires(post,postun): fontpostinst
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%define otffontsdir %{_fontsdir}/OTF
18
19%description
20The Aegyptus font encodes some 7100 Egyptian Hieroglyphs, all with a
21graphical representation. The main sources of glyphs are Hieroglyphica
22<http://www.ccer.nl/product8.html> and the work of Alan Gardiner
23<http://std.dkuug.dk/JTC1/SC2/WG2/docs/n3182.pdf>. Egyptian
24Hieroglyphs are allocated in the Supplementary Private Use Plane 15,
25for the lack of a standard. The font also covers Basic Latin, Egyptian
26Transliteration characters, Meroitic, some Punctuation and other
27Symbols and the Gardiner set of Egyptian Hieroglyphs supported by The
28Unicode Standard 5.2
29
30%%description -l pl.UTF-8
31#TODO
32
33%prep
3c65cc64 34%setup -q -c
2f2b90ba 35
36%install
37rm -rf $RPM_BUILD_ROOT
38install -d $RPM_BUILD_ROOT%{otffontsdir}
39
40install *.otf $RPM_BUILD_ROOT%{otffontsdir}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%post
46fontpostinst OTF
47
48%postun
49fontpostinst OTF
50
51%files
52%defattr(644,root,root,755)
53%doc *.txt
54%{otffontsdir}/Aegyptus.otf
This page took 0.092418 seconds and 4 git commands to generate.