Update of /cvsroot/fink/experimental/rangerrick/finkinfo/games
In directory sc8-pr-cvs1:/tmp/cvs-serv11592a/games
Added Files:
monopd-0.7.0-2.info monopd-0.7.0-2.patch
Removed Files:
monopd-0.6.0-1.info monopd-0.6.0-1.patch
Log Message:
working monopd
--- NEW FILE: monopd-0.7.0-2.info ---
Package: monopd
Version: 0.7.0
Revision: 2
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
Depends: libcapsinetwork (>= 0.2.3-1), libmath++ (>= 0.0.3-1), daemonic
BuildDepends: libcapsinetwork-dev (>= 0.2.3-1), libmath++-dev (>= 0.0.3-1), daemonic
SetCPPFLAGS: -I. -I%p/include
SetCFLAGS: -Os -g
InstallScript: <<
make install prefix=%i
mv %i/etc/monopd.conf-dist %i/etc/monopd.conf
<<
ConfFiles: %p/etc/monopd.conf
DaemonicFile: <<
<service>
<description>Monopoly Server</description>
<message>Monopoly Server</message>
<daemon name="monopd">
<executable background="yes">%p/bin/monopd</executable>
</daemon>
</service>
<<
PostInstScript: <<
daemonic install monopd
<<
PreRmScript: <<
# clean up
if [ $1 != "upgrade" ]; then
daemonic remove monopd
fi
<<
DocFiles: API AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
Description: Monopoly-like game server
DescUsage: <<
monopd is a dedicated game server daemon for playing Monopoly-like
board games. Clients such as Atlantik connect to the server and
communicate using short commands and XML messages.
<<
DescPort: <<
Nothing special except the sstream fix from libmath++ and a
one-liner for the CPPFLAGS.
<<
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://unixcode.org/monopd/
--- NEW FILE: monopd-0.7.0-2.patch ---
diff -uNbr monopd-0.7.0/Makefile.in monopd-0.7.0-patched/Makefile.in
--- monopd-0.7.0/Makefile.in Sat Jan 4 12:02:34 2003
+++ monopd-0.7.0-patched/Makefile.in Sat Jan 4 23:07:56 2003
@@ -72,7 +72,7 @@
SUBDIRS = games conf doc
-CPPFLAGS = -DMONOPD_DATADIR=\"$(pkgdatadir)\" -DMONOPD_CONFIGDIR=\"$(sysconfdir)\"
+CPPFLAGS = -DMONOPD_DATADIR=\"$(pkgdatadir)\" -DMONOPD_CONFIGDIR=\"$(sysconfdir)\"
+-I$(prefix)/include
bin_PROGRAMS = monopd
diff -uNbr monopd-0.7.0/server.cc monopd-0.7.0-patched/server.cc
--- monopd-0.7.0/server.cc Sat Jan 4 11:26:04 2003
+++ monopd-0.7.0-patched/server.cc Sat Jan 4 23:50:11 2003
@@ -15,13 +15,15 @@
// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
// Boston, MA 02111-1307, USA.
+#include <sys/types.h>
#include <dirent.h>
#include <netdb.h>
#include <stdio.h>
#include <stdarg.h>
#include <sys/time.h>
#include <sys/socket.h>
-#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <syslog.h>
#include <unistd.h>
--- monopd-0.6.0-1.info DELETED ---
--- monopd-0.6.0-1.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits