]> git.pld-linux.org Git - packages/DirectFB.git/blob - DirectFB.spec
43fa8f9b97774552ab5b7a13ae16d1c574dfb284
[packages/DirectFB.git] / DirectFB.spec
1 Summary:        DirectFB - Hardware graphics accelration.
2 Summary(pl):    DirectFB - Wspomaganie grafiki
3 Name:           DirectFB
4 Version:        0.9.0
5 Release:        1
6 Copyright:      GPL
7 Group:          X11     
8 Group(pl):      X11
9 Source:         http://directfb.org/download/%{name}-%{version}.tar.gz
10 URL:            htt://directfs.org/
11 #BuildRequires: 
12 #Requires:      
13 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define _prefix /usr
16
17 %description
18
19 %description -l pl
20
21 %prep
22 %setup -q
23
24 #%patch
25
26 %build
27 ./configure --prefix=%{_prefix}
28 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
33
34 %post
35 %postun
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc
43 %attr(,,)
This page took 0.102653 seconds and 3 git commands to generate.