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