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