]> git.pld-linux.org Git - packages/DirectFB-flux.git/blame - DirectFB-flux.spec
- new
[packages/DirectFB-flux.git] / DirectFB-flux.spec
CommitLineData
3d4362ec
JB
1# NOTE: original package name is flux, but flux.spec is already occupied by fluxlib.org
2Summary: flux - interface description language used by DirectFB
3Summary(pl.UTF-8): flux - język opisu interfejsów używany przez DirectFB
4Name: DirectFB-flux
5Version: 1.1.0
6Release: 1
7License: MIT
8Group: Development/Tools
9Source0: http://www.directfb.org/downloads/Core/flux/flux-%{version}.tar.gz
10# Source0-md5: 25b3d11628d907019e1b7e7d1fb09ad7
11URL: http://www.directfb.org/
12BuildRequires: DirectFB-devel
13BuildRequires: libstdc++-devel
14BuildRequires: pkgconfig
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18flux is an interface description language used by DirectFB.
19
20fluxcomp compiles .flux files to .cpp or .c files.
21
22%description -l pl.UTF-8
23flux to język opisu interfejsów używany przez DirectFB.
24
25fluxcomp 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
35rm -rf $RPM_BUILD_ROOT
36
37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
39
40%clean
41rm -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.193477 seconds and 4 git commands to generate.