]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
6c2800d578c72cb2f244265d573fd98e6311549b
[packages/blackbox.git] / blackbox.spec
1 Summary:        Very small and fast window manger for the X Window
2 Summary(pl):    Ma³y i szybki menad¿er okien dla X Window
3 Name:           blackbox
4 Version:        0.62.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Window Managers
8 Group(de):      X11/Fenstermanager
9 Group(pl):      X11/Zarz±dcy Okien
10 Vendor:         Brad Hughes <blackbox@alug.org>
11 Source0:        http://prdownloads.sourceforge.net/blackboxwm/%{name}-%{version}.tar.gz
12 Source1:        %{name}.desktop
13 Patch0:         %{name}-am_fixes.patch
14 URL:            http://blackboxwm.sourceforge.net/
15 BuildRequires:  XFree86-devel
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22 %define         _sysconfdir     /etc/X11/%{name}
23
24 %description
25 Blackbox is a window manager for the X Window environment, which is
26 almost completely compliant with ICCCM specified operation policies.
27 It features nice and fast interface with multiple workspaces and
28 simple menus. Fast built-in graphics code that can render solids,
29 gradients and bevels is used to draw window decorations. Remaining
30 small in size, blackbox preserves memory and CPU.
31
32 %description -l pl
33 Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie
34 wszystkie zalecenia ICCM. Jego zalet± jest estetyczny i szybki
35 interfejs z wieloma pulpitami i prostym menu. Wbudowano weñ tak¿e
36 algorytm rysowania dekoracji okien, które mog± byæ jednokolorowe,
37 gradientowe lub trójwymiarowe. Blackbox oszczêdza pamiêæ i czas CPU.
38
39 %prep
40 %setup -q
41 %patch0 -p1
42
43 %build
44 aclocal
45 autoconf
46 automake -a -c
47 %configure
48 %{__make} CXX="%{__cc}"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT%{_datadir}/wm-properties
53
54 %{__make} install DESTDIR=$RPM_BUILD_ROOT
55
56 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/wm-properties/
57
58 gzip -9nf README* ChangeLog
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc *.gz
66 %attr(755,root,root) %{_bindir}/*
67 %dir %{_sysconfdir}
68 %dir %{_datadir}/blackbox
69 %{_datadir}/blackbox/styles/*
70 %{_datadir}/blackbox/nls/*
71 %{_datadir}/wm-properties/blackbox.desktop
72 %{_mandir}/man1/*
73 %{_sysconfdir}/menu
This page took 0.076807 seconds and 3 git commands to generate.