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