]> git.pld-linux.org Git - packages/fbterm.git/blame - fbterm.spec
- added the directcolor.patch
[packages/fbterm.git] / fbterm.spec
CommitLineData
b5582605 1Summary: Terminal emulator for framebuffer
2Summary(pl.UTF-8): Emulator terminala dla framebuffera
3Name: fbterm
4Version: 1.2
2e64941f 5Release: 0.2
b5582605 6License: GPL v2
7Group: Applications/Graphics
8Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
9# Source0-md5: 92cc48ff42f6059722f72c62130ee97b
10URL: http://code.google.com/p/fbterm/
11Patch0: %{name}-header.patch
2e64941f 12Patch1: %{name}-directcolor.patch
b5582605 13BuildRequires: fontconfig-devel
14BuildRequires: freetype-devel
15BuildRequires: libstdc++-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19FbTerm is a fast terminal emulator for linux with frame buffer device.
20Features include:
21- mostly as fast as terminal of linux kernel while accelerated
22 scrolling is enabled on framebuffer device
23- select font with fontconfig and draw text with freetype2, same as
24 Qt/Gtk+ based GUI apps
25- dynamicly create/destroy up to 10 windows initially running default
26 shell
27- record scrollback history for every window
28- auto-detect text encoding with current locale, support double width
29 scripts like Chinese, Japanese etc
30- switch between configurable additional text encodings with hot keys
31 on the fly
32- copy/past selected text between windows with mouse when gpm server
33 is running
34
35%prep
36%setup -q
37%patch0 -p1
2e64941f 38%patch1 -p1
b5582605 39
40%build
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog NEWS README
55%attr(755,root,root) %{_bindir}/*
56%{_mandir}/man1/*
This page took 0.03416 seconds and 4 git commands to generate.