libraries/guichan: Updated for version 0.6.1

This commit is contained in:
Erik Hanson 2010-05-11 19:45:02 +02:00 committed by Robby Workman
parent e565c4eecf
commit f853dec0d1
3 changed files with 23 additions and 14 deletions

View file

@ -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

View file

@ -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"

View file

@ -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:
guichan:
guichan:
guichan: http://guichan.sourceforge.net/
guichan:
guichan:
guichan:
guichan: