OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web openpkg$ Date: 15-Mar-2003 01:54:51
Branch: HEAD Handle: 2003031500544703
Added files:
openpkg-re/vcheck vc.gnuchess
openpkg-src/gnuchess gnuchess.spec
Modified files:
openpkg-web news.txt
Log:
new package: gnuchess 5.06 (GNU Chess Engine)
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-re/vcheck/vc.gnuchess
1.1 +77 -0 openpkg-src/gnuchess/gnuchess.spec
1.3690 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.gnuchess
============================================================================
$ cvs diff -u -r0 -r1.1 vc.gnuchess
--- /dev/null 2003-03-15 01:54:47.000000000 +0100
+++ vc.gnuchess 2003-03-15 01:54:47.000000000 +0100
@@ -0,0 +1,9 @@
+config = {
+}
+
+prog gnuchess = {
+ version = 5.06
+ url = ftp://ftp.gnu.org/gnu/chess/
+ regex = gnuchess-(__VER__)\.tar\.gz
+}
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/gnuchess/gnuchess.spec
============================================================================
$ cvs diff -u -r0 -r1.1 gnuchess.spec
--- /dev/null 2003-03-15 01:54:50.000000000 +0100
+++ gnuchess.spec 2003-03-15 01:54:51.000000000 +0100
@@ -0,0 +1,77 @@
+##
+## gnuchess.spec -- OpenPKG RPM Specification
+## Copyright (c) 2000-2003 Cable & Wireless Deutschland GmbH
+## Copyright (c) 2000-2003 The OpenPKG Project <http://www.openpkg.org/>
+## Copyright (c) 2000-2003 Ralf S. Engelschall <[EMAIL PROTECTED]>
+##
+## Permission to use, copy, modify, and distribute this software for
+## any purpose with or without fee is hereby granted, provided that
+## the above copyright notice and this permission notice appear in all
+## copies.
+##
+## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+## SUCH DAMAGE.
+##
+
+# package information
+Name: gnuchess
+Summary: GNU Chess Engine
+URL: http://www.gnu.org/software/chess
+Vendor: Chua Kong-Sian
+Packager: The OpenPKG Project
+Distribution: OpenPKG [EVAL]
+Group: Games
+License: GPL
+Version: 5.06
+Release: 20030315
+
+# list of sources
+Source0: ftp://ftp.gnu.org/gnu/chess/gnuchess-%{version}.tar.gz
+
+# build information
+Prefix: %{l_prefix}
+BuildRoot: %{l_buildroot}
+BuildPreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103
+AutoReq: no
+AutoReqProv: no
+
+%description
+ GNU Chess lets most modern computers play a full game of chess.
+ It has a plain terminal interface but supports visual interfaces
+ such as the X-Windows 'xboard'.
+
+%prep
+ %setup -q
+
+%build
+ CC="%{l_cc}" \
+ CFLAGS="%{l_cflags -O}" \
+ CXXFLAGS="%{l_cxxflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
+ ./configure \
+ --prefix=%{l_prefix}
+ %{l_make} %{l_mflags -O}
+
+%install
+ rm -rf $RPM_BUILD_ROOT
+ %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+
+%files -f files
+
+%clean
+ rm -rf $RPM_BUILD_ROOT
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3689 -r1.3690 news.txt
--- openpkg-web/news.txt 15 Mar 2003 00:51:16 -0000 1.3689
+++ openpkg-web/news.txt 15 Mar 2003 00:54:48 -0000 1.3690
@@ -1,3 +1,4 @@
+15-Mar-2003: New package: P<gnuchess-5.06-20030315>
15-Mar-2003: New package: P<xboard-4.2.6-20030315>
14-Mar-2003: Upgraded package: P<perl-www-20030314-20030314>
14-Mar-2003: Upgraded package: P<imagemagick-5.5.6.0-20030314>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]