]> git.pld-linux.org Git - packages/aewm.git/blob - aewm.spec
- outdated.
[packages/aewm.git] / aewm.spec
1 Summary:        AEWM - the ascetic window manager
2 Summary(pl):    AEWM - "ascetyczny" menad¿er okien
3 Name:           aewm
4 Version:        0.9.6
5 Release:        1
6 Copyright:      Freely distributable
7 Group:          X11/Window Managers
8 Group(de):      X11/Fenstermanager
9 Group(es):      X11/Administraadores De Ventanas
10 Group(fr):      X11/Gestionnaires De Fenêtres
11 Group(pl):      X11/Zarz±dcy Okien
12 Source0:        http://members.home.com/decklin/%name/%{name}-%{version}.tar.gz
13 Source1:        %{name}.desktop
14 Patch0:         %{name}-Makefile.patch
15 URL:            http://members.home.com/decklin/aewm/
16 BuildRequires:  gtk+-devel
17 BuildRequires:  glibc-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define _prefix /usr/X11R6
21 %define _mandir /usr/X11R6/man
22
23 %description
24 aewm is a minimal window manager for X11.
25
26 %description -l pl
27 aewm jet minimalnym menad¿erem okien dla X11. Nie potrafi obs³ugiwaæ
28 ikon, wielu sesji, tematów, t³a itp. Nie jest zbyt configurowalny.
29
30 Jego zalet± jest prostota i szybko¶æ.
31
32 %prep
33 %setup -q
34
35 %patch0
36
37 %build
38 %{__make} CFLAGS="$RPM_OPT_FLAGS"
39 %{__make} -C goodies CFLAGS="$RPM_OPT_FLAGS"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \
44         $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
45
46 %{__make} install XROOT=$RPM_BUILD_ROOT%{_prefix}
47
48 (cd goodies;install -s {xaw,gtk}-{panel,palette,switch} $RPM_BUILD_ROOT/%{_bindir})
49 (cd goodies; install -s gtk-palette2 $RPM_BUILD_ROOT%{_bindir})
50
51 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
52
53 gzip -9nf README
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README.gz
61 %attr(755,root,root) %{_bindir}/aewm
62 %attr(755,root,root) %{_bindir}/xaw-*
63 %attr(755,root,root) %{_bindir}/gtk-*
64 %{_datadir}/gnome/wm-properties/aewm.desktop
This page took 0.060632 seconds and 3 git commands to generate.