]> git.pld-linux.org Git - packages/blackbox.git/blob - blackbox.spec
- added using CVS keywords in %changelog (for automating them).
[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.50.5
5 Release:        1
6 Copyright:      GPL-2.0
7 Group:          X11/Window Managers
8 Group(pl):      X11/Zarz±dcy okien
9 Vendor:         Brad Hughes <bhughes@arn.net>
10 Source:         ftp://balance.wiw.org/pub/blackbox/%{name}-%{version}.tar.bz2
11 URL:            http://linux.wiw.org/blackbox/
12 Buildroot:      /tmp/%{name}-%{version}-root
13
14 %description
15 Blackbox is a window manager for the X Window environment, which is almost
16 completely compliant with ICCCM specified operation policies. It features
17 nice and fast interface with multiple workspaces and simple menus. Fast
18 built-in graphics code that can render solids, gradients and bevels is used
19 to draw window decorations. Remaining small in size, blackbox preserves
20 memory and CPU.                                                       
21
22 %description -l pl
23 Blackbox jest mened¿erem okien dla X Window spe³niaj±cym prawie wszystkie
24 zalecenia ICCM. Jego zalet± jest estetyczny i szybki interfejs z wieloma
25 pulpitami i prostym menu. Wbudowano weñ tak¿e algorytm rysowania dekoracji
26 okien, które mog± byæ jednokolorowe, gradientowe lub trójwymiarowe.
27 Blackbox oszczêdza pamiêæ i czas CPU.                           
28
29 %prep
30 %setup -q
31
32 %build
33 CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
34 ./configure %{_target_platform} \
35         --prefix=/usr/X11R6 \
36         --datadir=/etc/X11 \
37         --enable-kde
38 make
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 make install DESTDIR=$RPM_BUILD_ROOT
43 gzip -9nf README ChangeLog
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README.gz ChangeLog.gz
51 %config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/menu
52 %config(noreplace) %verify(not size md5 mtime) /etc/X11/Blackbox/rc
53 %dir /etc/X11/Blackbox
54
55 %attr(755,root,root) /usr/X11R6/bin/*
56 /etc/X11/Blackbox/styles
57 /etc/X11/Blackbox/brueghel
This page took 0.032825 seconds and 4 git commands to generate.