]> git.pld-linux.org Git - packages/bombic.git/blob - bombic.spec
- tabs in preamble
[packages/bombic.git] / bombic.spec
1 Summary:        A 2D Dynablaster clone
2 Summary(pl.UTF-8):      Klon Dynablastera w 2D
3 Name:           bombic
4 Version:        0.0.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/bombic/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  ee0e0d4594baf902bb25ecc0cb62017c
10 URL:            http://bombic.sourceforge.net/
11 BuildRequires:  SDL-devel >= 1.2.0
12 BuildRequires:  SDL_image-devel
13 BuildRequires:  SDL_mixer-devel
14 BuildRequires:  SDL_ttf-devel
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Bombic is a Dynablaster clone. You must use bombs to break walls,
21 collecting power-ups while avoiding the bomb flames and monsters.
22
23 %description -l pl.UTF-8
24 Bombic jest klonem gry Dynablaster. Trzeba używać bomb do niszczenia
25 murów oraz zbierać dopalacze, a jednocześnie unikać płomieni i
26 potworów.
27
28 %prep
29 %setup -q -n %{name}-%{version}-src
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog NEWS README TODO doc/*.html
51 %attr(755,root,root) %{_bindir}/*
52 %{_datadir}/%{name}
This page took 0.114814 seconds and 3 git commands to generate.