]> git.pld-linux.org Git - packages/fftrader.git/commitdiff
- unfinished, dont touch work in progress
authorMaciej Pijanka <agaran@pld-linux.org>
Sat, 24 Apr 2004 20:21:05 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftrader.spec -> 1.1

fftrader.spec [new file with mode: 0644]

diff --git a/fftrader.spec b/fftrader.spec
new file mode 100644 (file)
index 0000000..48c3bd9
--- /dev/null
@@ -0,0 +1,60 @@
+Summary:       -
+Summary(pl):   -
+Name:          fftrader
+Version:       0.65
+Release:       0.1
+License:       GPL
+Group:         X11/Games
+Source0:       http://dl.sourceforge.net/fftrader/%{name}-src-%{version}.zip
+# Source0-md5: 062945a80e47d9e0f62a209c22c4f45d
+#Patch0:               %{name}-what.patch
+URL:           -
+BuildRequires: unzip
+BuildRequires: SDL-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -c -T -n %{name}-%{version}
+unzip -a %{SOURCE0} > /dev/null
+#%patch0 -p1
+
+%build
+rm -f *.dll
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__gettextize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#%%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.093112 seconds and 4 git commands to generate.