]> git.pld-linux.org Git - packages/9wm.git/blob - 9wm.spec
3be963bcd17bb7d9b4e462e8dc38c201adf74155
[packages/9wm.git] / 9wm.spec
1 Summary:        An X window manager resembling the Plan 9 (8-1/2) interface
2 Summary(pl):    Zarz±dca okien emuluj±cy interfejs Pan 9 (8-1/2)
3 Name:           9wm
4 Version:        1.2
5 Release:        2
6 License:        distributable
7 Group:          X11/Window Managers
8 Source0:        ftp://ftp.cs.su.oz.au/dhog/9wm/pre-%{name}-%{version}.shar.gz
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10 BuildRequires:  XFree86-devel
11
12 %define         _prefix         /usr/X11R6
13 %define         _mandir         %{_prefix}/man
14
15 %description
16 9wm emulates the Plan 9 window manager 8-1/2. 9wm is designed to be
17 small and fast. The interface is easy to use, icon-less and
18 click-to-type.
19
20 %description -l pl
21 9wm emuluje zarz±dcê okien 8-1/2 z Plan 9. 9wm zosta³ zaprojektowany
22 tak, aby by³ ma³y i szybki. Interfejs jest ³atwy w u¿yciu i pozbawiony
23 ikon.
24
25 %prep
26 %setup -q -c -T
27 zcat %{SOURCE0} | sh
28
29 %build
30 xmkmf -a
31 %{__make} CDEBUGFLAGS="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install install.man DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %attr(755,root,root) %{_bindir}/9wm
46 %{_mandir}/*/*
This page took 0.071054 seconds and 2 git commands to generate.