]> git.pld-linux.org Git - packages/StepMania.git/blob - StepMania.spec
- lua fixed
[packages/StepMania.git] / StepMania.spec
1 # TODO - add br, does not build
2 Summary:        Rhythm game 
3 Summary(pl):    Gra rytmu
4 Name:           StepMania
5 Version:        3.9
6 Release:        0.1
7 License:        BSD/Custom, see Copying.txt
8 Group:          Applications
9 Source0:        http://dl.sourceforge.net/sourceforge/stepmania/%{name}-%{version}-src.tar.gz
10 # Source0-md5:  28bbbc985788bc990fa7042e2d7320b8
11 Patch0:         %{name}-3.9-64bits.patch
12 Patch1:         %{name}-3.9-alsa.patch
13 Patch2:         %{name}-3.9-ffmpeg.patch
14 Patch3:         %{name}-3.9-gcc41.patch
15 Patch4:         %{name}-3.9-sdl.patch
16 Patch5:         %{name}-3.9-vorbis.patch
17 Patch6:         %{name}-lua.patch
18 URL:            http://www.stepmania.com
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  lua50-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 TODO
26
27 %prep
28 %setup -q -n %{name}-%{version}-src
29 %patch0 -p0
30 %patch1 -p0
31 %patch2 -p0
32 %patch3 -p0
33 %patch4 -p0
34 %patch5 -p0
35 %patch6 -p1
36
37 %build
38 %{__aclocal} -I autoconf/m4
39 %{__autoconf}
40 %{__automake}
41 %configure
42 %{__make}
43
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 # create directories if necessary
48 #install -d $RPM_BUILD_ROOT
49 #install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57
58 %files
59 %defattr(644,root,root,755)
60 %{bindir}/stepmania
This page took 0.149915 seconds and 3 git commands to generate.