SPECS: slibo.spec (NEW) - initial, raw

blues blues at pld-linux.org
Sun Nov 18 18:50:37 CET 2007


Author: blues                        Date: Sun Nov 18 17:50:37 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, raw

---- Files affected:
SPECS:
   slibo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/slibo.spec
diff -u /dev/null SPECS/slibo.spec:1.1
--- /dev/null	Sun Nov 18 18:50:37 2007
+++ SPECS/slibo.spec	Sun Nov 18 18:50:31 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:	KDE chess board interface
+Name:		slibo
+Version:	0.4.4
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Games
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5:	145a2bcf3d1e9769ccd30b8f1d1ee8ea
+URL:		http://slibo.sourceforge.net/
+BuildRequires:	kdelibs-devel
+BuildRequires:	ncurses-devel
+BuildRequires:	sqlite-devel
+#Suggests:	Sjeng-Free
+Suggests:	crafty
+Suggests:	gnuchess
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Slibo aims to be a comfortable chess interface for KDE. Designed to be
+usable as a replacement for the xboard chess interface, it has much more
+functionality, and, on the other hand, is easy to use. Slibo can be used
+with common chess engines like crafty or gnuchess, but it provides its
+own chess engine too. You can:
+* Play against different engines, or watch them playing.
+* Use multiple engines at the same time, for instance to analyze a game
+  with different engines.
+* Analyze your PGN files.
+* Customize the look of the pieces and the board.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	CFLAGS="%{rpmcflags} `/usr/bin/ncurses5-config --cflags`"
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO Documentation/*.txt
+#%attr(755,root,root) %{_bindir}/*
+#%{_datadir}/%{name}
+#%{_desktopdir}/%{name}.desktop
+#%{_mandir}/man[16]/*
+#%{_pixmapsdir}/%{name}.xpm
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-11-18 17:50:31  blues
+- initial, raw
+
================================================================


More information about the pld-cvs-commit mailing list