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