]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
8b7733bcb1000b1530ab6aea2f9b42c15d94b2f2
[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.61.1
5 Release:        2
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:        ftp://portal.alug.org/pub/blackbox/0.6x.x/%{name}-%{version}.tar.bz2
12 URL:            http://blackbox.alug.org/
13 BUildRequires:  XFree86-devel
14 BUildRequires:  libstdc++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix         /usr/X11R6
18 %define         _mandir         /usr/X11R6/man
19 %define         _datadir        /etc/X11
20
21 %description
22 Blackbox is a window manager for the X Window environment, which is
23 almost completely compliant with ICCCM specified operation policies.
24 It features nice and fast interface with multiple workspaces and
25 simple menus. Fast built-in graphics code that can render solids,
26 gradients and bevels is used to draw window decorations. Remaining
27 small in size, blackbox preserves memory and CPU.
28
29 %description -l pl
30 Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie
31 wszystkie zalecenia ICCM. Jego zalet± jest estetyczny i szybki
32 interfejs z wieloma pulpitami i prostym menu. Wbudowano weñ tak¿e
33 algorytm rysowania dekoracji okien, które mog± byæ jednokolorowe,
34 gradientowe lub trójwymiarowe. Blackbox oszczêdza pamiêæ i czas CPU.
35
36 %prep
37 %setup -q
38
39 %build
40 CXXFLAGS="%{rpmcflags} -fno-exceptions -fno-rtti -fno-implicit-templates"
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install DESTDIR=$RPM_BUILD_ROOT
48
49 gzip -9nf README ChangeLog
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc README.gz ChangeLog.gz
57 %config(noreplace) %verify(not size md5 mtime) %{_datadir}/Blackbox/menu
58 %dir %{_datadir}/Blackbox
59 %{_mandir}/man1/*
60
61 %attr(755,root,root) %{_bindir}/*
62 %{_datadir}/Blackbox/styles
This page took 0.048246 seconds and 2 git commands to generate.