]> git.pld-linux.org Git - packages/fonty.git/blob - fonty.spec
c67d34f31a20b5aaf3271c19c6d7746431aca676
[packages/fonty.git] / fonty.spec
1 Summary:        Fonts on Linux console
2 Summary(pl):    Fonty na konsoli Linuxa
3 Name:           fonty
4 Version:        1.0
5 Release:        2
6 Copyright:      GPL
7 Group:          Utilities/Text
8 Group(pl):      Narzêdzia/Tekst
9 Source:         http://qrczak.home.ml.org/programy/linux/%{name}/%{name}-%{version}.tar.gz
10 URL:            http://qrczak.home.ml.org/programy/linux/fonty/
11 Requires:       console-tools
12 BuildRoot:      /tmp/%{name}-%{version}-root
13
14 %description
15 The Fonty package contains various fonts for Linux text console and
16 dynafont - a tool which allows displaying texts containing thousands of
17 different characters.
18
19 %description -l pl
20 Niniejszy pakiet zawiera ró¿ne czcionki dla konsoli tekstowej Linuxa oraz
21 dynafont - narzêdzie pozwalaj±ce wy¶wietlaæ teksty zawieraj±ce tysi±ce
22 ró¿nych znaków.
23
24 %prep
25 %setup -q
26
27 %build
28 CXXFLAGS=$RPM_OPT_FLAGS make \
29         consoleprefix=/usr \
30         konwertprefix=/usr \
31         perl=%{_bindir}/perl \
32         docdir=/usr/share/doc/fonty-%{version}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 make install \
37         consoleprefix=$RPM_BUILD_ROOT/usr \
38         konwertprefix=$RPM_BUILD_ROOT/usr \
39         perl=%{_bindir}/perl \
40         docdir=$RPM_BUILD_ROOT/usr/share/doc/fonty-%{version}
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc %lang(en) doc/en
48 %doc %lang(pl) doc/pl
49 %{_datadir}/consolefonts/*
50 %{_datadir}/consoletrans/*
51 %attr(755,root,root) %{_libdir}/konwert/aux/dynafont
52 %attr(755,root,root) %{_datadir}/konwert/filters/dynafont
This page took 0.062538 seconds and 2 git commands to generate.