]> git.pld-linux.org Git - packages/XcursorTheme-CursorCraft.git/blame - XcursorTheme-CursorCraft.spec
- tabs in preamble
[packages/XcursorTheme-CursorCraft.git] / XcursorTheme-CursorCraft.spec
CommitLineData
43c1d386 1%define _name CursorCraft
b95ffe55 2Summary: A cursor theme based on cursors from Starcraft game
4f557eab 3Summary(pl.UTF-8): Motyw kursorów oparty na kursorach z gry Starcraft
43c1d386 4Name: XcursorTheme-%{_name}
5Version: 0.2
6Release: 1
7License: Free for noncommercial use
8Group: Themes
9Source0: http://www.kde-look.org/content/files/5377-%{_name}-%{version}.tar.bz2
10# Source0-md5: 20eb545c823ce14bf9b85eb755543b0e
11URL: http://www.kde-look.org/content/show.php?content=5377
12BuildRequires: XFree86 >= 4.3
43c1d386 13Requires: XFree86 >= 4.3
b95ffe55 14BuildArch: noarch
43c1d386 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Green, future-looking cursors resembling the ones from Starcraft.
19
731e3854 20%description -l pl.UTF-8
43c1d386 21Zielone kursory podobne do tych z gry Starcraft.
22
23%prep
24%setup -q -n %{_name}-%{version}
25
26%build
27head -n 42 install.sh > build.sh
28chmod +x ./build.sh
29./build.sh
30
31%install
32rm -rf $RPM_BUILD_ROOT
43c1d386 33install -d $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
b95ffe55 34cp -df ./cursors/* $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/cursors
43c1d386 35
36echo "[Icon Theme]" > $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
37echo "Name = CursorCraft" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
38echo "Comment = A cursor theme inspired from the Starcraft game" >> $RPM_BUILD_ROOT%{_iconsdir}/%{_name}/index.theme
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%{_iconsdir}/%{_name}
This page took 0.056294 seconds and 4 git commands to generate.