]> git.pld-linux.org Git - packages/DirectFB-examples.git/blob - DirectFB-examples.spec
- updated to 1.5.2
[packages/DirectFB-examples.git] / DirectFB-examples.spec
1 Summary:        DirectFB example programs (demos)
2 Summary(pl.UTF-8):      Programy przykładowe (demonstracyjne) do DirectFB
3 Name:           DirectFB-examples
4 Version:        1.5.2
5 Release:        1
6 License:        MIT
7 Group:          Applications/Graphics
8 Source0:        http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
9 # Source0-md5:  e1c7babb9bb02f9aff8c45f07968458c
10 URL:            http://www.directfb.org/
11 BuildRequires:  DirectFB-devel >= 1:1.4.14
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig
14 Requires:       DirectFB >= 1:1.4.14
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DirectFB example programs (demos). See README for description of
19 each program.
20
21 %description -l pl.UTF-8
22 Programy przykładowe (demonstracyjne) do DirectFB. Opis poszczególnych
23 programów znajduje się w pliku README.
24
25 %prep
26 %setup -q
27
28 %build
29 cp -f /usr/share/automake/config.sub .
30 %configure
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog README
45 %attr(755,root,root) %{_bindir}/df_*
46 %attr(755,root,root) %{_bindir}/pss
47 %attr(755,root,root) %{_bindir}/spacedream
48 %{_datadir}/directfb-examples
This page took 0.172946 seconds and 3 git commands to generate.