]> git.pld-linux.org Git - packages/54321.git/blob - 54321.spec
- fixes paths to SDL include files
[packages/54321.git] / 54321.spec
1 Summary:        - Preety 3D puzzles for one player.
2 Summary(pl):    - £adne trójwymiarowe puzzle dla jednego gracza.
3 Name:           - 54321
4 Version:        -
5 Release:        -
6 License:        - (enter GPL/LGPL/BSD/BSD-like/other license name here)
7 Group:          -
8 Icon:           -
9 Source0:        %{name}-%{version}.tar.gz
10 URL:            - http://www.nklein.com/products/54321/
11 BuildRequires:  - SDL-devel
12 BuildRequires:  - SDL_image-devel
13 Requires:       - SDL >= 1.2.4
14 Requires:       - SDL_image
15 Requires:       - libpng
16 Requires:       - zlib
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 54321 is five games in four-, three-, or two-dimensions for one player. 
21 54321 takes five classic two-dimensional puzzle games and extends 
22 them into three and four dimensions. 
23 For more information, see the help within the game.
24
25 %description -l pl
26
27 %prep
28 %setup -q 
29 %patch0 -p1
30
31 %build
32 %configure2_13
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 gzip -9nf README ChangeLog
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/*
50 %{_datadir}/%{name}
51
52 %files subpackage
53 %defattr(644,root,root,755)
54 %doc extras/*.gz
55 %{_datadir}/%{name}-ext
This page took 0.151432 seconds and 3 git commands to generate.