]> git.pld-linux.org Git - packages/DirectFB-examples.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Sep 2002 22:01:08 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DirectFB-examples.spec -> 1.1

DirectFB-examples.spec [new file with mode: 0644]

diff --git a/DirectFB-examples.spec b/DirectFB-examples.spec
new file mode 100644 (file)
index 0000000..74efdc6
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       DirectFB example programs (demos)
+Summary(pl):   Programy przyk³adowe (demonstracyjne) do DirectFB
+Name:          DirectFB-examples
+Version:       0.9.12
+Release:       1
+License:       MIT
+Group:         Applications/Graphics
+Source0:       http://www.directfb.org/download/%{name}-%{version}.tar.gz
+URL:           http://www.directfb.org/
+BuildRequires: DirectFB-devel
+BuildRequires: autoconf
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DirectFB example programs (demos). See README for description of
+each program.
+
+%description -l pl
+Programy przyk³adowe (demonstracyjne) do DirectFB. Opis poszczególnych
+programów znajduje siê w pliku README.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%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 README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/directfb-examples
This page took 0.05578 seconds and 4 git commands to generate.