]> git.pld-linux.org Git - packages/fbterm.git/commitdiff
- new
authorwitekfl <witekfl@pld-linux.org>
Thu, 11 Dec 2008 21:42:50 +0000 (21:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I can only see colorful garbage on the screen

Changed files:
    fbterm.spec -> 1.1

fbterm.spec [new file with mode: 0644]

diff --git a/fbterm.spec b/fbterm.spec
new file mode 100644 (file)
index 0000000..2929965
--- /dev/null
@@ -0,0 +1,54 @@
+Summary:       Terminal emulator for framebuffer
+Summary(pl.UTF-8):     Emulator terminala dla framebuffera
+Name:          fbterm
+Version:       1.2
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Graphics
+Source0:       http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 92cc48ff42f6059722f72c62130ee97b
+URL:           http://code.google.com/p/fbterm/
+Patch0:                %{name}-header.patch
+BuildRequires: fontconfig-devel
+BuildRequires: freetype-devel
+BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FbTerm is a fast terminal emulator for linux with frame buffer device.
+Features include:
+- mostly as fast as terminal of linux kernel while accelerated
+  scrolling is enabled on framebuffer device
+- select font with fontconfig and draw text with freetype2, same as
+  Qt/Gtk+ based GUI apps
+- dynamicly create/destroy up to 10 windows initially running default
+  shell
+- record scrollback history for every window
+- auto-detect text encoding with current locale, support double width
+  scripts like Chinese, Japanese etc
+- switch between configurable additional text encodings with hot keys
+  on the fly
+- copy/past selected text between windows with mouse when gpm server
+  is running
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README 
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.055763 seconds and 4 git commands to generate.