]> git.pld-linux.org Git - packages/DirectFB-flux.git/blob - DirectFB-flux.spec
- release 5 (rebuild with DirectFB 1.7.7)
[packages/DirectFB-flux.git] / DirectFB-flux.spec
1 # NOTE: original package name is flux, but flux.spec is already occupied by fluxlib.org
2 Summary:        flux - interface description language used by DirectFB
3 Summary(pl.UTF-8):      flux - język opisu interfejsów używany przez DirectFB
4 Name:           DirectFB-flux
5 Version:        1.4.4
6 Release:        5
7 License:        MIT
8 Group:          Development/Tools
9 Source0:        http://www.directfb.net/downloads/Core/flux/flux-%{version}.tar.gz
10 # Source0-md5:  49e8c11ea1b7894edfa18dd00cfe419c
11 URL:            http://www.directfb.net/
12 BuildRequires:  DirectFB-devel >= 1:1.6.0
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  pkgconfig
15 Requires:       DirectFB >= 1:1.6.0
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 flux is an interface description language used by DirectFB.
20
21 fluxcomp compiles .flux files to .cpp or .c files.
22
23 %description -l pl.UTF-8
24 flux to język opisu interfejsów używany przez DirectFB.
25
26 fluxcomp kompiluje pliki .flux do plików .cpp lub .c.
27
28 %prep
29 %setup -q -n flux-%{version}
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc AUTHORS ChangeLog README TODO
47 %attr(755,root,root) %{_bindir}/fluxcomp
This page took 0.064502 seconds and 3 git commands to generate.