]> git.pld-linux.org Git - packages/WindowMaker-themes2.git/blob - WindowMaker-themes2.spec
- initial version
[packages/WindowMaker-themes2.git] / WindowMaker-themes2.spec
1 Summary:        Pack of themes for WindowMaker
2 Summary(pl):    Zestaw motywów dla WindowMaker-a
3 Name:           WindowMaker-themes-pack2
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Themes
8 Source0:        %{name}.tar.gz
9 # Source0-md5:  036e4ea1af5cbd4fba54f85e02a6893e
10 Requires:       WindowMaker
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _themesdir      %{_datadir}/WindowMaker/Themes
14
15 %description
16 This is a set of 20 themes for WindowMaker made by jensen
17 <jensen@optushome.com.au>: Glitchscape, GNULinux, Gold Sun, Grassy
18 Plain, Green Net, Green Understatement, Hocus Pocus, Inkblot Sunset,
19 Ladybird, Llucy, Mercury Splat, Peach Frequency, Reeds, Seagull,
20 Silences, Silver Circles, Time Passes, Venturi, Waves, What Dreams.
21
22 %description -l pl
23 Zestaw 20 motywów dla WindowMaker-a wykonanych przez jensena
24 <jensen@optushome.com.au>: Glitchscape, GNULinux, Gold Sun, Grassy
25 Plain, Green Net, Green Understatement, Hocus Pocus, Inkblot Sunset,
26 Ladybird, Llucy, Mercury Splat, Peach Frequency, Reeds, Seagull,
27 Silences, Silver Circles, Time Passes, Venturi, Waves, What Dreams.
28
29 %prep
30 %setup -q -n %{name}
31
32 %build
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_themesdir}
37
38 cp -R * $RPM_BUILD_ROOT%{_themesdir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{_themesdir}/*
This page took 0.658724 seconds and 4 git commands to generate.