]> git.pld-linux.org Git - packages/amiwm.git/blob - amiwm.spec
- tabs in preamble
[packages/amiwm.git] / amiwm.spec
1 Summary:        X11 Window Manager - Amiga Workbench like environment
2 Summary(pl.UTF-8):      Zarządca okien X11 - środowisko podobne do Workbencha z Amigi
3 Name:           amiwm
4 Version:        0.20pl48
5 Release:        1
6 License:        LGPL
7 Group:          X11/Window Managers
8 Source0:        ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/%{name}%{version}.tar.gz
9 # Source0-md5:  bfe907be9e94f6a47fec5181361176f2
10 URL:            http://www.lysator.liu.se/~marcus/amiwm.html
11 BuildRequires:  XFree86-devel
12 BuildRequires:  autoconf
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 amiwm is an X window manager that tries to make your display look and
17 feel like an Amiga(R) Workbench(R) screen. It is fully functional and
18 can do all the usual window manager stuff, like moving and resizing
19 windows.
20
21 The purpose of amiwm is to make life more pleasant for Amiga-freaks
22 who has/wants to use UNIX workstations once in a while. It can also be
23 used on the Amiga with the AmiWin X server, although this part needs
24 some more work. 
25
26 %description -l pl.UTF-8
27 amiwm to zarządca okien X próbujący uczynić ekran wyglądającym i
28 zachowującym się jak ekran Amiga(R) Workbencha(R). Jest w pełni
29 funkcjonalny i może wykonywać wszystkie normalne czynności zarządcy
30 okien, takie jak przesuwanie czy zmiana rozmiaru okienek.
31
32 Celem amiwm jest uprzyjemnienie życia fanom Amigi którzy muszą lub
33 chcą używać czasem stacji uniksowych. Może być używany także na
34 Amidze z X serwerem AmiWin, choć ta część wymaga jeszcze trochę
35 pracy.
36
37 %prep
38 %setup -q -n %{name}%{version}
39
40 %build
41 %{__autoconf}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 install -d $RPM_BUILD_ROOT%{_datadir}/xsessions
52 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc doc/*.en
60 %lang(fr) %doc doc/*.fr
61 %lang(ja) %doc doc/*.ja
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}
64 %{_datadir}/xsessions/%{name}.desktop
65 %{_mandir}/man?/*
66 %lang(fr) %{_mandir}/fr/man?/*
67 %lang(ja) %{_mandir}/ja/man?/*
This page took 0.124945 seconds and 3 git commands to generate.