]> git.pld-linux.org Git - packages/Shaaft.git/blob - Shaaft.spec
b03b2eabc141f9ba82e42afd624a3d8bf08e9b32
[packages/Shaaft.git] / Shaaft.spec
1 Summary:        Falling block game resembling Blockout
2 Summary(pl):    Gra w spadaj±ce klocki przypominaj±ca Blockout
3 Name:           Shaaft
4 Version:        0.5.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/criticalmass/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c86524f286c60e3fd45b10d023a92db2
10 URL:            http://criticalmass.sourceforge.net/shaaft.php
11 BuildRequires:  SDL-devel
12 BuildRequires:  SDL_mixer-devel
13 BuildRequires:  SDL_image-devel
14 BuildRequires:  OpenGL-devel
15 BuildRequires:  libpng-devel
16 BuildRequires:  zlib-devel
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18 # (ytm) to dlatego ze jest w CriticalMass.spec i pewnie z jakiegos powodu sie tam znalazlo
19 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
20
21 %description
22 Shaaft is a falling block game resembling Blockout. It is a 3D Tetris
23 clone.
24
25 %description -l pl
26 Shaaft to gra w spadaj±ce klocki przypominaj±ca Blockout. To
27 trójwymiarowy klon Tetrisa.
28
29 %prep
30 %setup -q
31
32 %build
33 rm -f missing
34 ./autogen.sh
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42 # this one gots installed by author's mistake
43 rm -f $RPM_BUILD_ROOT%{_bindir}/Packer
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc TODO.txt
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/Shaaft
53 %{_mandir}/man6/*
This page took 0.05952 seconds and 3 git commands to generate.