summaryrefslogtreecommitdiffstats
path: root/libraries/guichan
diff options
context:
space:
mode:
author Erik Hanson2010-05-11 19:45:02 +0200
committer Robby Workman2010-05-11 19:45:02 +0200
commitf853dec0d1b0ca138a9365db1c9b7c1d2f48cc4f (patch)
treefe813db4d1dd055537e772f30b4d399460bb7396 /libraries/guichan
parente565c4eecf95d94afc4bfac073d7112bf818c075 (diff)
downloadslackbuilds-f853dec0d1b0ca138a9365db1c9b7c1d2f48cc4f.tar.gz
libraries/guichan: Updated for version 0.6.1
Diffstat (limited to 'libraries/guichan')
-rw-r--r--libraries/guichan/guichan.SlackBuild13
-rw-r--r--libraries/guichan/guichan.info8
-rw-r--r--libraries/guichan/slack-desc12
3 files changed, 21 insertions, 12 deletions
diff --git a/libraries/guichan/guichan.SlackBuild b/libraries/guichan/guichan.SlackBuild
index e7c3cfa639..b9599938e7 100644
--- a/libraries/guichan/guichan.SlackBuild
+++ b/libraries/guichan/guichan.SlackBuild
@@ -2,13 +2,14 @@
# Slackware build script for guichan
# Written by Erik Hanson erik@slackbuilds.org
+# Modified for version 0.6.1 by ppr:kut <hmwiesinger@gmx.at>
PRGNAM=guichan
-VERSION=0.5.0
+VERSION=0.6.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=`pwd`
+CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -22,9 +23,9 @@ fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP || exit 1
-rm -rf $PRGNAM-$VERSION-src
-tar xzvf $CWD/$PRGNAM-$VERSION-src.tar.gz || exit 1
-cd $PRGNAM-$VERSION-src || exit 1
+rm -rf $PRGNAM-$VERSION
+tar xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
+cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
@@ -44,7 +45,7 @@ make install DESTDIR=$PKG || exit 1
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -ar AUTHORS COPYING ChangeLog NEWS README TODO docs/html \
+cp -ar AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/libraries/guichan/guichan.info b/libraries/guichan/guichan.info
index 62f719c98d..2ed79ae02d 100644
--- a/libraries/guichan/guichan.info
+++ b/libraries/guichan/guichan.info
@@ -1,8 +1,8 @@
PRGNAM="guichan"
-VERSION="0.5.0"
+VERSION="0.6.1"
HOMEPAGE="http://guichan.sourceforge.net/"
-DOWNLOAD="http://dl.sourceforge.net/sourceforge/guichan/guichan-0.5.0-src.tar.gz"
-MD5SUM="c9fcbcb360105247da06afc5c643e664"
+DOWNLOAD="http://downloads.sourceforge.net/guichan/guichan-0.6.1.tar.gz"
+MD5SUM="830145f71ad4ce4c91e09808fec68c8a"
MAINTAINER="Erik Hanson"
EMAIL="erik@slackbuilds.org"
-APPROVED="elohim,robw810"
+APPROVED="rworkman"
diff --git a/libraries/guichan/slack-desc b/libraries/guichan/slack-desc
index f3209aa548..6d527ff3a2 100644
--- a/libraries/guichan/slack-desc
+++ b/libraries/guichan/slack-desc
@@ -1,11 +1,19 @@
-guichan: guichan - Darkbits Graphical User Interface Library for games.
+# 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------------------------------------------------------|
+guichan: guichan (Darkbits Graphical User Interface Library for games)
guichan:
guichan: Guichan is a small, efficient C++ GUI library designed for games.
guichan: It comes with a standard set of widgets and can use several
guichan: different objects for displaying graphics and grabbing user input.
guichan:
+guichan: http://guichan.sourceforge.net/
guichan:
guichan:
guichan:
-guichan: http://guichan.sourceforge.net/
guichan: