]> git.pld-linux.org Git - packages/DFBPoint.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Jan 2003 21:50:05 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DFBPoint.spec -> 1.1

DFBPoint.spec [new file with mode: 0644]

diff --git a/DFBPoint.spec b/DFBPoint.spec
new file mode 100644 (file)
index 0000000..fc3e84f
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       DFBPoint - a presentation viewer using DirectFB
+Summary(pl):   DFBPoint - przegl±darka prezentacji u¿ywaj±ca DirectFB
+Name:          DFBPoint
+Version:       0.7.2
+Release:       1
+License:       GPL
+Group:         Applications/Graphics
+Source0:       http://www.directfb.org/download/DFBPoint/%{name}-%{version}.tar.gz
+URL:           http://www.directfb.org/
+BuildRequires: DirectFB-devel >= 0.9.11
+BuildRequires: autoconf
+BuildRequires: glib2-devel >= 2.0.0
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _noautocompressdoc *.xml *.dtd *.ttf
+
+%description
+DFBPoint is a simple presentation viewer that uses the DirectFB
+graphics library to draw to the Linux frame buffer.
+
+%description -l pl
+DFBPoint to prosta przegl±darka prezentacji u¿ywaj±ca biblioteki
+graficznej DirectFB do wy¶wietlania na linuksowym framebufferze.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f examples/Makefile*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README dfbpoint.dtd examples
+%attr(755,root,root) %{_bindir}/*
This page took 0.059734 seconds and 4 git commands to generate.