]> git.pld-linux.org Git - packages/fvwm-crystal.git/blob - fvwm-crystal.spec
9d31d10b879afda80abbadff5ab38cc0b9e60726
[packages/fvwm-crystal.git] / fvwm-crystal.spec
1 Summary:        Theme for fvwm2
2 Summary(pl):    Skórka do fvwm2
3 Name:           fvwm-crystal
4 Version:        20050306
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Window Managers
8 Source0:        http://fvwm-crystal.berlios.de/files/files/fvwm-crystal/%{name}-%{version}.tar.gz
9 # Source0-md5:  fae57bbbfb34ec7cfde92364b8edad5a
10 URL:            http://fvwm-crystal.berlios.de/
11 Requires:       aterm
12 Requires:       fvwm2 >= 2.5.8
13 Requires:       fvwm2-perl
14 Requires:       habak
15 Requires:       scrot
16 Requires:       xdaliclock
17 Requires:       trayer
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 FVWM-Crystal is a set of configuration files for F* Virtual Window 
22 Manager (FVWM), which can create for you a good looking, very 
23 functional desktop environment.
24
25 %description -l pl
26 FVWM-Crystal jest zestawem plików konfiguracyjnych dla F* Virtual 
27 Window Manager (FVWM), dziêki którym stworzone mo¿e byæ dobrze 
28 wygl±daj±ce i bardzo funkcjonalne ¶rodowisko robocze.
29
30 %prep
31 %setup -q
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}}
36
37 install bin/* $RPM_BUILD_ROOT%{_bindir}
38 cp -a fvwm/* $RPM_BUILD_ROOT%{_datadir}/%{name}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 # COPYING contains only note, not full GPL text
46 %doc doc/* AUTHORS INSTALL COPYING NEWS README
47 %attr(755,root,root) %{_bindir}/*
48 %{_datadir}/%{name}
This page took 0.072757 seconds and 2 git commands to generate.