]> git.pld-linux.org Git - packages/dfbiterm.git/blob - dfbiterm.spec
- R: DirectFB-font-ft2
[packages/dfbiterm.git] / dfbiterm.spec
1 Summary:        Terminal emulator for DirectFB
2 Summary(pl):    Emulator terminala dla DirectFB
3 Name:           dfbiterm
4 Version:        0.1
5 Release:        3
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://republika.pl/rkd/%{name}-%{version}.tar.bz2
9 #Source0-md5:   0477c55c67815a89542ee60c861e8453
10 Patch0:         %{name}-new.patch
11 Patch1:         %{name}-bold.patch
12 BuildRequires:  DirectFB-devel
13 BuildRequires:  libiterm-devel >= 0.5-4
14 Requires:       libiterm >= 0.5-4
15 Requires:       DirectFB-font-ft2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 dfbiterm is a terminal application for DirectFB.
20 It is capable to display 256 colors like xterm or rxvt.
21
22 %description -l pl
23 dfbiterm to emulator terminala dla DirectFB.
24 Potrafi wy¶wietliæ 256 kolorów, tak jak xterm czy rxvt.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 %patch1 -p1
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS ChangeLog README przeczytajto.txt
46 %attr(755,root,root) %{_bindir}/*
This page took 0.094046 seconds and 3 git commands to generate.