]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
- release 3,
[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:        3
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 Patch0:         blackbox-lowcase_name.patch
13 Patch1:         blackbox-exitbutton.patch
14 URL:            http://blackbox.alug.org/
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         /usr/X11R6/man
22 %define         _datadir        /etc/X11
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 %patch1 -p1
43
44 %build
45 aclocal
46 autoconf
47 automake -a -c
48 %configure
49 %{__make} CXX="%{__cc}"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install DESTDIR=$RPM_BUILD_ROOT
55
56 gzip -9nf README ChangeLog
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc *.gz
64 %config(noreplace) %verify(not size md5 mtime) %{_datadir}/blackbox/menu
65 %dir %{_datadir}/blackbox
66 %{_mandir}/man1/*
67
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/Blackbox/styles
This page took 0.051453 seconds and 3 git commands to generate.