]> git.pld-linux.org Git - packages/funguloids.git/blame - funguloids.spec
- init (I forgot to add them)
[packages/funguloids.git] / funguloids.spec
CommitLineData
4667c586 1# TODO:
2# - pl descryptions
3# - docs need to be included in package
4# - *.desktop file
5# - patches propably need love too
6#
7Summary: Those Funny Funguloids - a nice little piece of entertainment
8Name: funguloids
9Version: 1.06
10Release: 0.1
11License: zlib/libpng
12Group: X11/Applications/Games
13Source0: http://dl.sourceforge.net/funguloids/%{name}-linux-%{version}.tar.bz2
14# Source0-md5: 45ef7a0da156d7b65627a674fcfb12f0
15Patch0: %{name}-lua51.patch
16Patch1: %{name}-path.patch
17URL: http://funguloids.sourceforge.net/
18BuildRequires: freealut-devel
19BuildRequires: libmad-devel
20BuildRequires: libogg-devel
21BuildRequires: libvorbis-devel
22BuildRequires: lua51-devel
23BuildRequires: ogre-devel
24BuildRequires: ois-devel >= 1.0-0.RC1
25# EA becouse it requires ogre with cg plugin which has EA
26ExclusiveArch: %{ix86} %{x8664}
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30"Those Funny Funguloids!" is a nice little piece of entertainment. You
31collect mushrooms, bring them back to your home base and profit!
32That's the basic idea in a nutshell. It has smooth, appealing 3d
33graphics and nice atmospheric sound effects.
34
35Go ahead and try it out - it has sounds too!
36
37%prep
38%setup -q -n %{name}
39%patch0 -p1
40%patch1 -p1
41
42%build
43%{__aclocal}
44%{__autoconf}
45%{__autoheader}
46%{__automake}
47%configure \
48 --with-lua=%{_includedir}/lua51 \
49
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
58install -d $RPM_BUILD_ROOT%{_bindir}
59mv -f $RPM_BUILD_ROOT%{_prefix}/games/%{name} $RPM_BUILD_ROOT%{_bindir}
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
66%doc README
67%attr(755,root,root) %{_bindir}/%{name}
68%{_datadir}/games/%{name}
69%{_pixmapsdir}/%{name}.png
This page took 0.090116 seconds and 4 git commands to generate.