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