]> git.pld-linux.org Git - packages/XcursorTheme-Grounation.git/blob - XcursorTheme-Grounation.spec
- tabs in preamble
[packages/XcursorTheme-Grounation.git] / XcursorTheme-Grounation.spec
1 %define         _name Grounation
2 Summary:        A cursor theme Grounation
3 Summary(pl.UTF-8):      Motyw kursorów Grounation
4 Name:           XcursorTheme-%{_name}
5 Version:        0.3
6 Release:        0.2
7 License:        GPL v2
8 Group:          Themes
9 Source0:        http://www.kde-look.org/content/files/14484-%{_name}-%{version}.tar.bz2
10 # Source0-md5:  2a448239a339ed3e87991d3ab621a24d
11 URL:            http://dvornik.uw.hu/
12 BuildRequires:  XFree86 >= 4.3
13 Requires:       XFree86 >= 4.3
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A cursor theme Grounation.
19
20 %description -l pl.UTF-8
21 Motyw kursorów Grounation.
22
23 %prep
24 %setup -q -n %{_name}-%{version}
25
26 %build
27 cd %{_name}/Source
28 ./Build.sh
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
33 install %{_name}/cursors/* $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
34 install %{_name}/index.theme $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
35
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %{_iconsdir}/%{_name}
This page took 0.075348 seconds and 3 git commands to generate.