]> git.pld-linux.org Git - packages/xut.git/blame - xut.spec
- new file
[packages/xut.git] / xut.spec
CommitLineData
36b5ead6 1#
2# TODO: - fix auto tools
36b5ead6 3#
d7959d75
ZU
4Summary: A button football simulation
5Summary(hu.UTF-8): Gombfoci szimuláció
fd23038f 6Summary(pl.UTF-8): Symulator piłki nożnej
d7959d75 7Name: xut
92df454d 8Version: 0.2.1
d7959d75 9Release: 0.1
36b5ead6 10License: GPL v3+
d7959d75 11Group: X11/Applications/Games
92df454d 12Source0: http://downloads.sourceforge.net/digenv/%{name}-%{version}.tar.bz2
13# Source0-md5: 407d9f543ec533f85358c9166ff27a5c
14Source1: %{name}.desktop
36b5ead6 15Patch0: %{name}-makefile.patch
7f95ae7c 16Patch1: %{name}-link.patch
92df454d 17Patch2: %{name}-datadir.patch
d7959d75
ZU
18URL: http://xut.dnteam.org
19BuildRequires: OpenAL-devel
36b5ead6 20BuildRequires: OpenGL-GLU-devel
21BuildRequires: OpenGL-devel
d7959d75
ZU
22BuildRequires: SDL_gfx-devel
23BuildRequires: SDL_image-devel
24BuildRequires: SDL_ttf-devel
36b5ead6 25#BuildRequires: autoconf >= 2.61
26#BuildRequires: automake
d7959d75
ZU
27BuildRequires: cal3d-devel
28BuildRequires: libogg-devel
29BuildRequires: libvorbis-devel
36b5ead6 30BuildRequires: rpmbuild(macros) >= 1.268
d7959d75
ZU
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34XUT is a project to make a button football game simulation.
35
36%description -l hu.UTF-8
37XUT egy project, amelynek a célja egy gombfoci szimulátor létrehozása.
38
fd23038f 39%description -l pl.UTF-8
40XUT jest projektem "guzikowego" symulatora piłki nożnej.
41
d7959d75
ZU
42%prep
43%setup -q -n %{name}
36b5ead6 44%patch0 -p1
7f95ae7c 45%patch1 -p1
92df454d 46%patch2 -p1
fd23038f 47
d7959d75 48%build
36b5ead6 49#%%{__aclocal}
50#%%{__autoconf}
51#%%{__automake}
d7959d75
ZU
52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
92df454d 57install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
36b5ead6 58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
92df454d 62install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
63install data/xut-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/xut.png
64
36b5ead6 65%find_lang %{name} --all-name
d7959d75
ZU
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
36b5ead6 70%files -f %{name}.lang
d7959d75 71%defattr(644,root,root,755)
36b5ead6 72%attr(755,root,root) %{_bindir}/xut
92df454d 73%{_datadir}/games/%{name}
74%{_desktopdir}/xut.desktop
75%{_pixmapsdir}/xut.png
This page took 0.089058 seconds and 4 git commands to generate.