]> git.pld-linux.org Git - packages/fluxbox.git/blob - fluxbox.spec
- init spec for PLD
[packages/fluxbox.git] / fluxbox.spec
1 Summary:        Fluxbox is a windowmanager that is based on Blackbox.
2 Summary(pl):    Ma³y i szybki menad¿er okien dla X Window oparty o Blackbox.
3 Name:           fluxbox
4 Version:        0.1.6
5 Release:        1
6 Group:          X11/Window Managers
7 License:        GPL
8 URL:            http://fluxbox.sourceforge.net
9 Source0:        http://prdownloads.sourceforge.net/fluxbox/%{name}-%{version}.tar.bz2
10 Source1:        %{name}.desktop
11 BuildRequires:  XFree86-devel
12 Obsoletes:      blackbox
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _prefix         /usr/X11R6
16 %define         _mandir         %{_prefix}/man
17 %define         _sysconfdir     /etc/X11/%{name}
18
19 %define         _gcc_ver        %(%{__cc} --version | cut -b 1)
20 %if %{_gcc_ver} == 2
21 %define         __cxx           "%{__cc}"
22 %endif
23
24 %description
25
26 Fluxbox is yet another windowmanager for X. It's based on the Blackbox
27 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors,
28 window placement and similar thing exactly like blackbox (100%
29 theme/style compatibility). So what's the difference between fluxbox
30 and blackbox then? The answer is: LOTS!
31 Have a look at the homepage for more info ;)
32
33 %description -l pl
34 Fluxbox jest mened¿erem okien dla X Window opartym na Blackbox 0.61.1
35 Jego zalet± jest estetyczny i szybki interfejs z wieloma pulpitami 
36 i prostym menu. Wbudowano weñ tak¿e algorytm rysowania dekoracji okien, 
37 które mog± byæ jednokolorowe, gradientowe lub trójwymiarowe. 
38
39 %prep
40 rm -rf $RPM_BUILD_ROOT
41 %setup -q
42
43 %build
44 #aclocal
45 #autoconf
46 #automake -a -c
47 ./configure  --enable-kde \
48              --prefix=/usr/X11R6
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
54
55 %{__make} install DESTDIR=$RPM_BUILD_ROOT
56
57 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
58
59 gzip -9nf AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files 
65 %defattr(644,root,root,755)
66 %doc *.gz
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_datadir}/fluxbox
69 %{_datadir}/fluxbox/*
70 %{_datadir}/wm-properties/fluxbox.desktop
71 %{_mandir}/man1/*
This page took 0.216577 seconds and 4 git commands to generate.