From 641c4a010c529a2f7dfeee9f2fd3baea7b866278 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 26 Oct 2011 18:15:41 -0200 Subject: games/dreamchess: New maintainer. Signed-off-by: Niels Horn --- games/dreamchess/dreamchess.SlackBuild | 9 +++------ games/dreamchess/dreamchess.info | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'games/dreamchess') diff --git a/games/dreamchess/dreamchess.SlackBuild b/games/dreamchess/dreamchess.SlackBuild index 77b400831c..de58808058 100644 --- a/games/dreamchess/dreamchess.SlackBuild +++ b/games/dreamchess/dreamchess.SlackBuild @@ -3,18 +3,17 @@ # Slackware build script for dreamchess # Written by Larry Hajali +# Maintained by Erik Hanson PRGNAM=dreamchess VERSION=${VERSION:-0.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -65,10 +64,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/share/{applications,pixmaps} install -m 0644 desktop/$PRGNAM.desktop $PKG/usr/share/applications/ diff --git a/games/dreamchess/dreamchess.info b/games/dreamchess/dreamchess.info index 4b5665863f..e31788d2fc 100644 --- a/games/dreamchess/dreamchess.info +++ b/games/dreamchess/dreamchess.info @@ -5,6 +5,6 @@ DOWNLOAD="http://download.berlios.de/dreamchess/dreamchess-0.2.0.tar.gz" MD5SUM="0e837e14819c1e7d0232c6beb4d5c185" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="rworkman" +MAINTAINER="Erik Hanson" +EMAIL="erik@slackbuilds.org" +APPROVED="rworkman,Niels Horn" -- cgit v1.2.3