]> git.pld-linux.org Git - packages/fvwm-crystal.git/blob - fvwm-crystal.spec
- version 3.0 rel 0.1
[packages/fvwm-crystal.git] / fvwm-crystal.spec
1
2 #       TODO:   
3 #
4
5 Summary:        Desktop Environment
6 Summary(pl):    Graficzne ¶rodowisko robocze
7 Name:           fvwm-crystal
8 Version:        3.0
9 Release:        0.1
10 Epoch:          1
11 License:        GPL v2+
12 Group:          X11/Window Managers
13 Source0:        http://download.berlios.de/fvwm-crystal/%{name}-%{version}.tar.gz
14 # Source0-md5:  412f9b6148e35f07b7f1e76759f781b5
15 URL:            http://fvwm-crystal.berlios.de/
16 Requires:       aterm
17 Requires:       fvwm2 >= 2.5.13
18 Requires:       fvwm2-perl
19 Requires:       habak
20 Requires:       ImageMagick
21 Requires:       mpc
22 Requires:       mpd
23 Requires:       python
24 Requires:       rox
25 Requires:       scrot
26 Requires:       sudo
27 Requires:       trayer
28 Requires:       xmms-shell
29 Requires:       xscreensaver
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 FVWM-Crystal is a set of configuration files for F* Virtual Window 
34 Manager (FVWM), which can create for you a good looking, very 
35 functional desktop environment.
36
37 %description -l pl
38 FVWM-Crystal jest zestawem plików konfiguracyjnych dla F* Virtual 
39 Window Manager (FVWM), dziêki którym stworzone mo¿e byæ dobrze 
40 wygl±daj±ce i bardzo funkcjonalne ¶rodowisko robocze.
41
42 %prep
43 %setup -q -n %{name}-%{version}
44
45 %build
46
47 %configure --prefix=%{_prefix} 
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install  \
53     bindir=$RPM_BUILD_ROOT%{_prefix}/bin \
54     datadir=$RPM_BUILD_ROOT%{_prefix}/share
55     
56 sed -i 's#\%\%\%INSTALLPATH\%\%\%#"%{_datadir}/%{name}/fvwm"#g' $RPM_BUILD_ROOT%{_bindir}/%{name}
57
58 install -d $RPM_BUILD_ROOT%{_prefix}/share/xsessions/
59 install addons/fvwm-crystal.desktop $RPM_BUILD_ROOT%{_prefix}/share/xsessions/fvwm-crystal.desktop
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 # COPYING contains only note, not full GPL text
67 %doc doc/* AUTHORS INSTALL COPYING NEWS README
68 %attr(755,root,root) %{_bindir}/*
69 %{_datadir}/%{name}
70 %{_prefix}/share/xsessions/fvwm-crystal.desktop
This page took 0.027573 seconds and 3 git commands to generate.