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