File: fbi.spec

package info (click to toggle)
fbi 1.23
  • links: PTS
  • area: main
  • in suites: woody
  • size: 320 kB
  • ctags: 377
  • sloc: ansic: 3,258; sh: 205; makefile: 96
file content (38 lines) | stat: -rw-r--r-- 723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Summary: linux FrameBuffer Imageviewer
Name: fbi
Version: 1.23
Release: 1
Source0: fbi_%{version}.tar.gz
Group: Applications/Graphics
License: GPL
BuildRoot: /var/tmp/fbi-%{version}.root

%description
This is a image viewer for linux framebuffer devices.
It has PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png
support built-in.  Unknown formats are piped throuth
convert (ImageMagick), which hopefully can handle it...

%prep
%setup -q

%build
make

%install
make prefix="%{buildroot}"/usr install
gzip %{buildroot}/usr/man/man1/*

%files
%defattr(-,root,root)
/usr/bin/fbi
/usr/bin/fbgs
/usr/man/man1/fbi.1.gz
/usr/man/man1/fbgs.1.gz
%doc README COPYING

%clean
if test "%{buildroot}" != ""; then
	rm -rf %{buildroot}
fi