]> git.pld-linux.org Git - packages/fbgrab.git/blob - fbgrab.spec
- massive attack: adding Source-md5
[packages/fbgrab.git] / fbgrab.spec
1 Summary:        fbgrab - takes screenshots using the framebuffer device
2 Summary(pl):    Narzêdzie zrzucaj±ce zawarto¶æ ekranu do pliku poprzez framebuffer
3 Name:           fbgrab
4 Version:        1.0b1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Graphics
8 Source0:        http://w1.827.telia.com/~u82705821/fbgrab/%{name}-%{version}.tar.gz
9 # Source0-md5:  7772e040d851cb5b90cc4501865b4f92
10 URL:            http://w1.827.telia.com/~u82705821/fbgrab/
11 BuildRequires:  libpng-devel
12 Obsoletes:      fbshot
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 fbgrab reads the framebuffer device (/dev/fb*) or a dump thereof and
17 saves a PNG image file. You can use it for making screenshots of
18 virtually any application, from traditional text applications to your
19 X Window System desktop, as well as framebuffer applications.
20
21 %description -l pl
22 fbgrab czyta urz±dzenie framebuffera (/dev/fb*) lub zrzut z niego i
23 zapisuje zawarto¶æ do pliku graficznego PNG. Programu mo¿na u¿ywaæ
24 do robienia zrzutów ekranu z ka¿dej aplikacji, od tradycyjnych
25 aplikacji tekstowych do ekranu X Window System, a tak¿e aplikacji
26 framebufferowych.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__cc} %{rpmcflags} %{rpmldflags} -Wall -o fbgrab fbgrab.c -lpng
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install fbgrab $RPM_BUILD_ROOT%{_bindir}
39 install fbgrab.1.man $RPM_BUILD_ROOT%{_mandir}/man1/fbgrab.1
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.31953 seconds and 4 git commands to generate.