]> git.pld-linux.org Git - packages/fbterm.git/blob - fbterm.spec
- added the directcolor.patch
[packages/fbterm.git] / fbterm.spec
1 Summary:        Terminal emulator for framebuffer
2 Summary(pl.UTF-8):      Emulator terminala dla framebuffera
3 Name:           fbterm
4 Version:        1.2
5 Release:        0.2
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  92cc48ff42f6059722f72c62130ee97b
10 URL:            http://code.google.com/p/fbterm/
11 Patch0:         %{name}-header.patch
12 Patch1:         %{name}-directcolor.patch
13 BuildRequires:  fontconfig-devel
14 BuildRequires:  freetype-devel
15 BuildRequires:  libstdc++-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 FbTerm is a fast terminal emulator for linux with frame buffer device.
20 Features 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
38 %patch1 -p1
39
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -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.052425 seconds and 3 git commands to generate.