]> git.pld-linux.org Git - packages/XcursorTheme-Crystal.git/blame - XcursorTheme-Crystal.spec
- tabs in preamble
[packages/XcursorTheme-Crystal.git] / XcursorTheme-Crystal.spec
CommitLineData
b1c3ada9 1# TODO: more descriptive descriptions.
2Summary: X11 mouse theme with the crystal look&feel
9f1ae656 3Summary(pl.UTF-8): Motyw kursorów X11 podobny do ikon Crystal
b1c3ada9 4Name: XcursorTheme-Crystal
5Version: 1.0
6Release: 1
7License: GPL
8Group: Themes
9Source0: http://digilander.libero.it/m4rt/files/Crystalcursors.tar.bz2
10# Source0-md5: 7ba346d9f5b5d94054f2eb07373cd75e
11URL: http://www.kde-look.org/content/show.php?content=6240
12BuildRequires: XFree86 >= 4.3
13Requires: XFree86 >= 4.3
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18X11 mouse theme with the crystal look&feel.
19
58f382d5
JR
20%description -l pl.UTF-8
21Motyw kursorów X11 podobny do ikon Crystal.
b1c3ada9 22
23%prep
24%setup -q -n Crystalcursors
25
26%build
27%{__make}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31colors="blue \
32gray \
33green \
34white"
35Z="`/bin/pwd`"
36for i in $colors;
37do
38install -d $RPM_BUILD_ROOT%{_iconsdir}/Crystal${i}/cursors
39cp -df ${i}_cursors/* $RPM_BUILD_ROOT%{_iconsdir}/Crystal${i}/cursors
40echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/Crystal${i}/index.theme
41echo "Name = Crystal${i}" >> $RPM_BUILD_ROOT%{_iconsdir}/Crystal${i}/index.theme
42echo "Comment = X11 mouse theme with the crystal look&feel - ${i} version" >> $RPM_BUILD_ROOT%{_iconsdir}/Crystal${i}/index.theme
43done
44cd "$Z"
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%{_iconsdir}/Crystal*
This page took 0.174942 seconds and 4 git commands to generate.