]> git.pld-linux.org Git - packages/XcursorTheme-Neverhood.git/blob - XcursorTheme-Neverhood.spec
- tabs in preamble
[packages/XcursorTheme-Neverhood.git] / XcursorTheme-Neverhood.spec
1 Summary:        A cursor theme based on cursors from The Neverhood game
2 Summary(pl.UTF-8):      Motyw kursorów oparty na kursorach z gry The Neverhood
3 Name:           XcursorTheme-Neverhood
4 Version:        1.0
5 Release:        2
6 License:        GPL
7 Group:          Themes
8 Source0:        http://www.kde-look.org/content/files/11359-neverhoodDesktop.tar.gz
9 # Source0-md5:  f72fbc11c38b3a4858f7c784062ea1ad
10 URL:            http://www.kde-look.org/content/show.php?content=11359
11 BuildRequires:  XFree86 >= 4.3
12 Requires:       XFree86 >= 4.3
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A plasticine looking cursor theme with a really wobbly feel.
18
19 %description -l pl.UTF-8
20 Motyw kursorów o nietypowym plastelinowym wyglądzie. Sprawia wrażenie
21 jakoby kursory się chwiały.
22
23 %prep
24 %setup -q -n neverhoodDesktop
25
26 %build
27 cd neverhoodCursor/src
28 %{__make} \
29         COLOR=Pink
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 cd neverhoodCursor/src
34 %{__make} install \
35         COLOR=Pink \
36         INSTALLDIR=$RPM_BUILD_ROOT%{_iconsdir}/neverhoodPink/cursors
37
38 Z="`/bin/pwd`"
39 colors="Pink"
40 for i in $colors;
41 do
42 cd $RPM_BUILD_ROOT%{_iconsdir}/neverhood$i/cursors
43 ln -s hand link
44 ln -s fleur move
45 ln -s v_double_arrow sb_v_double_arrow
46 ln -s h_double_arrow sb_h_double_arrow
47 done
48 cd "$Z"
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %{_iconsdir}/neverhood*
This page took 0.063531 seconds and 3 git commands to generate.