]> git.pld-linux.org Git - packages/fbdump.git/commitdiff
- NEW auto/th/fbdump-0_4_1-1
authorsparky <sparky@pld-linux.org>
Thu, 7 Sep 2006 14:28:28 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fbdump.spec -> 1.1

fbdump.spec [new file with mode: 0644]

diff --git a/fbdump.spec b/fbdump.spec
new file mode 100644 (file)
index 0000000..570a256
--- /dev/null
@@ -0,0 +1,46 @@
+Summary:       fbdump - takes screenshots using the framebuffer device
+Summary(pl):   Narzêdzie zrzucaj±ce zawarto¶æ ekranu do pliku poprzez framebuffer
+Name:          fbdump
+Version:       0.4.1
+Release:       1
+License:       GPL v2
+Group:         Applications/Graphics
+Source0:       http://www.rcdrummond.net/fbdump/%{name}-src-%{version}.tar.gz
+# Source0-md5: 496ac25414f2077fcc3adc62e53fb40f
+URL:           http://www.rcdrummond.net/fbdump/index.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fbdump reads the framebuffer device (/dev/fb*) or a dump thereof and
+saves a PPM image file. You can use it for making screenshots of
+virtually any application, from traditional text applications to your
+X Window System desktop, as well as framebuffer applications.
+
+%description -l pl
+fbdump czyta urz±dzenie framebuffera (/dev/fb*) lub zrzut z niego i
+zapisuje zawarto¶æ do pliku graficznego PPM. Programu mo¿na u¿ywaæ
+do robienia zrzutów ekranu z ka¿dej aplikacji, od tradycyjnych
+aplikacji tekstowych do ekranu X Window System, a tak¿e aplikacji
+framebufferowych.
+
+%prep
+%setup -q
+
+%build
+%configure
+#      --enable-vga16fb
+%{__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 TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.064151 seconds and 4 git commands to generate.