]> git.pld-linux.org Git - packages/fluxconf.git/blob - fluxconf.spec
359aeb4a12caa061e9a70fd37e4776055cf4bf0e
[packages/fluxconf.git] / fluxconf.spec
1 Summary:        Fluxbox configurator
2 Summary(pl):    Narzêdzie konfiguracyjne dla fluxboksa
3 Name:           fluxconf
4 Version:        0.6
5 Release:        1
6 License:        GPL
7 Vendor:         University of Freiburg / Germany
8 Group:          X11/Window Managers/Tools
9 Source0:        http://devaux.fabien.free.fr/flux/%{name}-%{version}.tar.bz2
10 URL:            http://devaux.fabien.free.fr/flux/
11 BuildRequires:  gtk+-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-build-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15
16 %description
17 Fluxconf is a tool to configure Fluxbox.
18
19 %description -l pl
20 Fluxconf jest narzêdziem s³u¿±cym do konfiguracji Fluxboksa.
21
22 %prep
23 %setup -q 
24
25 %build
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 install -d $RPM_BUILD_ROOT%{_bindir}
32 install fluxconf $RPM_BUILD_ROOT%{_bindir}
33 install fluxkeys $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %attr(755,root,root) %{_bindir}/fluxconf
41 %attr(755,root,root) %{_bindir}/fluxkeys
This page took 0.075305 seconds and 3 git commands to generate.