]> git.pld-linux.org Git - packages/fftrader.git/blob - fftrader.spec
48c3bd9c3088a655ed94c81604247a941b97e956
[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}-what.patch
11 URL:            -
12 BuildRequires:  unzip
13 BuildRequires:  SDL-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17
18 %description -l pl
19
20 %prep
21 %setup -q -c -T -n %{name}-%{version}
22 unzip -a %{SOURCE0} > /dev/null
23 #%patch0 -p1
24
25 %build
26 rm -f *.dll
27 # if ac/am/* rebuilding is necessary, do it in this order and add
28 # appropriate BuildRequires
29 #%%{__gettextize}
30 #%%{__aclocal}
31 #%%{__autoconf}
32 #%%{__autoheader}
33 #%%{__automake}
34 #%%configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 # create directories if necessary
40 #install -d $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %pre
49
50 %post
51
52 %preun
53
54 %postun
55
56 %files
57 %defattr(644,root,root,755)
58 %doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
59 %attr(755,root,root) %{_bindir}/*
60 %{_datadir}/%{name}
This page took 0.080167 seconds and 2 git commands to generate.