]> git.pld-linux.org Git - packages/fftrader.git/blob - fftrader.spec
- updated br, still work in progress
[packages/fftrader.git] / fftrader.spec
1 Summary:        -
2 Summary(pl):    -
3 Name:           fftrader
4 Version:        0.65
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Games
8 Source0:        http://dl.sourceforge.net/fftrader/%{name}-src-%{version}.zip
9 # Source0-md5:  062945a80e47d9e0f62a209c22c4f45d
10 #Patch0:                %{name}-makefile.patch
11 URL:            -
12 BuildRequires:  unzip
13 BuildRequires:  SDL-devel
14 BuildRequires:  SDL_ttf-devel
15 BuildRequires:  SDL_gfx-devel
16 BuildRequires:  physfs-devel
17 BuildRequires:  SDL_image-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21
22 %description -l pl
23
24 %prep
25 %setup -q -c -T -n %{name}-%{version}
26 unzip -a %{SOURCE0} > /dev/null
27 #%patch0 -p1
28
29 %build
30 rm -f *.dll
31 # if ac/am/* rebuilding is necessary, do it in this order and add
32 # appropriate BuildRequires
33 #%%{__gettextize}
34 #%%{__aclocal}
35 #%%{__autoconf}
36 #%%{__autoheader}
37 #%%{__automake}
38 #%%configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 #%{__make} install \
45 #       DESTDIR=$RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_bindir}
47 install fft $RPM_BUILD_ROOT%{_bindir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc TODO TODO.txt CHANGELOG CHANGELOG.txt README README.txt
55 %attr(755,root,root) %{_bindir}/*
56 #%{_datadir}/%{name}
This page took 0.072107 seconds and 3 git commands to generate.