]> git.pld-linux.org Git - packages/fluxbox-styles.git/blob - fluxbox-styles.spec
e4cc6eed764f29fc8659b37f85e3ca3ea8ea0afb
[packages/fluxbox-styles.git] / fluxbox-styles.spec
1 Summary:        Pack of styles for fluxbox
2 Summary(pl):    Zestaw styli dla fluxbox
3 Name:           fluxbox-styles
4 Version:        1.0
5 Release:        1
6 License:        GPL
7 Group:          Themes
8 Source0:        http://ep09.pld-linux.org/~havner/%{name}.tar.bz2
9 # Source0-md5:  368b7e351e0f39fc21acb07e044eb5a6
10 Requires:       fluxbox
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This is a set of various styles for fluxbox.
15
16 %description -l pl
17 Zestaw ró¿nych styli dla fluxboxa.
18
19 %prep
20 %setup -q -n %{name}
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT{%{_datadir}/fluxbox/styles,%{_datadir}/wallpapers}
27
28 cp -R styles/* $RPM_BUILD_ROOT%{_datadir}/fluxbox/styles
29 cp -R wallpapers/* $RPM_BUILD_ROOT%{_datadir}/wallpapers
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %{_datadir}/fluxbox/styles/*
37 %{_datadir}/wallpapers/*
This page took 0.067156 seconds and 2 git commands to generate.