]> git.pld-linux.org Git - packages/crafty_TB.git/commitdiff
- [mass commit] almost raw, only adapterized, not tested yet
authorhavner <havner@pld-linux.org>
Tue, 18 Nov 2003 18:10:01 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crafty_TB.spec -> 1.1

crafty_TB.spec [new file with mode: 0644]

diff --git a/crafty_TB.spec b/crafty_TB.spec
new file mode 100644 (file)
index 0000000..f8637e4
--- /dev/null
@@ -0,0 +1,36 @@
+Name:          crafty_tablebase
+Requires:      crafty
+Version:       2.0
+Summary:       Tablebases for Crafty.
+Release:       3
+ExcludeArch:   axp
+License:       GPL
+Group:         Applications/Games
+Icon:          xchess.gif
+Source0:       ftp://ftp.cis.uab.edu/pub/hyatt/TB/four/kbnk.nbb.emd
+Source1:       ftp://ftp.cis.uab.edu/pub/hyatt/TB/four/kbnk.nbw.emd
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Selected endgame tablebases for Crafty.
+
+%prep
+echo Nothing to do for prep.
+
+%build
+echo Nothing to do for build.
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
+install -m 0444 ${RPM_SOURCE_DIR}/kbnk.nbb.emd $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
+install -m 0444 ${RPM_SOURCE_DIR}/kbnk.nbw.emd $RPM_BUILD_ROOT%{_prefix}/lib/games/crafty/TB
+
+%files
+%defattr(644,root,root,755)
+%dir %{_prefix}/lib/games/crafty/TB
+%{_prefix}/lib/games/crafty/TB/kbnk.nbb.emd
+%{_prefix}/lib/games/crafty/TB/kbnk.nbw.emd
This page took 0.083559 seconds and 4 git commands to generate.