]> git.pld-linux.org Git - packages/fftrader.git/blame - fftrader.spec
- updated br, still work in progress
[packages/fftrader.git] / fftrader.spec
CommitLineData
e6fe9c9b
MP
1Summary: -
2Summary(pl): -
3Name: fftrader
4Version: 0.65
5Release: 0.1
6License: GPL
7Group: X11/Games
8Source0: http://dl.sourceforge.net/fftrader/%{name}-src-%{version}.zip
9# Source0-md5: 062945a80e47d9e0f62a209c22c4f45d
d3ad1439 10#Patch0: %{name}-makefile.patch
e6fe9c9b
MP
11URL: -
12BuildRequires: unzip
13BuildRequires: SDL-devel
d3ad1439
MP
14BuildRequires: SDL_ttf-devel
15BuildRequires: SDL_gfx-devel
16BuildRequires: physfs-devel
17BuildRequires: SDL_image-devel
e6fe9c9b
MP
18BuildRoot: %{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}
26unzip -a %{SOURCE0} > /dev/null
27#%patch0 -p1
28
29%build
30rm -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
42rm -rf $RPM_BUILD_ROOT
e6fe9c9b 43
d3ad1439
MP
44#%{__make} install \
45# DESTDIR=$RPM_BUILD_ROOT
46install -d $RPM_BUILD_ROOT%{_bindir}
47install fft $RPM_BUILD_ROOT%{_bindir}
e6fe9c9b
MP
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
e6fe9c9b
MP
52%files
53%defattr(644,root,root,755)
d3ad1439 54%doc TODO TODO.txt CHANGELOG CHANGELOG.txt README README.txt
e6fe9c9b 55%attr(755,root,root) %{_bindir}/*
d3ad1439 56#%{_datadir}/%{name}
This page took 0.052557 seconds and 4 git commands to generate.