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