]> git.pld-linux.org Git - packages/bumprace.git/blob - bumprace.spec
- cosmetics.
[packages/bumprace.git] / bumprace.spec
1 Summary:        A game
2 Summary(pl):    Gra
3 Name:           bumprace
4 Version:        1.45
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Games
8 Source0:        http://www.linux-games.com/%{name}/%{name}-%{version}.tar.gz
9 #Source1:       %{name}.desktop
10 #Source2:       %{name}.png
11 URL:            http://www.linux-games.com/
12 BuildRequires:  SDL-devel >= 1.2.0
13 BuildRequires:  SDL_mixer-devel >= 1.2.0
14 BuildRequires:  autoconf
15 BuildRequires:  XFree86-devel
16 BuildRequires:  automake
17 BuildRequires:  libpng-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22
23 %description
24 This is a clone of the classic "Black Box" Game, but it has better
25 graphics and music.
26
27 %description -l pl
28 To jest klon klasycznej gry "Black Box", lecz ma lepsz± grafikê i
29 muzykê.
30
31 %prep
32 %setup -q
33
34 %build
35 rm -f missing
36 aclocal
37 autoconf
38 automake -a -c -f
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__install} -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games}
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 #install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
50 #install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
51
52 gzip -9nf NEWS README AUTHORS
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc *.gz
60 %attr(755,root,root) %{_bindir}/*
61 #%{_mandir}/man6/*
62 %{_datadir}/%{name}
63 #%{_pixmapsdir}/*
64 #%{_applnkdir}/Games/*
This page took 0.05254 seconds and 3 git commands to generate.