games/springlobby: Updated for version 0.0.1.10420

This commit is contained in:
Erik Hanson 2010-05-12 17:39:36 +02:00 committed by Robby Workman
parent 20570b229b
commit fdda1243b1
5 changed files with 21 additions and 11 deletions

View File

@ -1,4 +1,4 @@
SpringLobby is a free cross-platform lobby client for the Spring RTS project.
Build requirements, available at SlackBuilds.org:
spring, boost, wxpython or wxgtk, and libtorrent-rasterbar
wxpython (or wxgtk), and libtorrent-rasterbar

View File

@ -1,3 +1,4 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications &> /dev/null
fi

View File

@ -1,11 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------|
springlobby: SpringLobby (a free lobby client for the Spring RTS project.)
springlobby:
springlobby: SpringLobby is a free cross-platform lobby client for the
springlobby: Spring RTS project.
springlobby:
springlobby:
springlobby:
springlobby:
springlobby:
springlobby: http://springlobby.info/
springlobby:
springlobby:
springlobby:
springlobby:
springlobby:

View File

@ -1,10 +1,10 @@
#!/bin/sh -eu
#!/bin/sh
# Slackware build script for SpringLobby
# Written by Erik Hanson erik@slackbuilds.org
PRGNAM=springlobby
VERSION=0.0.1.10366
VERSION=0.0.1.10420
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -20,6 +20,8 @@ elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
@ -35,7 +37,6 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-static \
--build=$ARCH-slackware-linux
make

View File

@ -1,8 +1,8 @@
PRGNAM="springlobby"
VERSION="0.0.1.10366"
VERSION="0.0.1.10420"
HOMEPAGE="http://springlobby.info/"
DOWNLOAD="http://www.springlobby.info/tarballs/springlobby-0.0.1.10366.tar.bz2"
MD5SUM="8c4526d6dfe5890ad6d01bde2969472b"
DOWNLOAD="http://www.springlobby.info/tarballs/springlobby-0.0.1.10420.tar.bz2"
MD5SUM="e186e006176cb914d8cc61b3004a839d"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
APPROVED="rworkman"