]> git.pld-linux.org Git - packages/StepMania.git/blob - StepMania.spec
- patches from gentoo
[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}-cpp.patch
12 URL:            http://www.stepmania.com
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 TODO
19
20 %prep
21 %setup -q -n %{name}-%{version}-src
22 %patch0 -p1
23
24 %build
25 %{__aclocal} -I autoconf/m4
26 %{__autoconf}
27 %{__automake}
28 %configure
29 %{__make}
30
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 # create directories if necessary
35 #install -d $RPM_BUILD_ROOT
36 #install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44
45 %files
46 %defattr(644,root,root,755)
47 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
This page took 0.246044 seconds and 3 git commands to generate.