development/icecream: Updated for version 0.9.6.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-09-11 15:11:20 -05:00 committed by Robby Workman
parent bffb673c33
commit 4412a8b710
7 changed files with 24 additions and 13 deletions

View file

@ -9,6 +9,6 @@ Note that upon installation of the resulting package, all your software
will be compiled by icecream by default.
For information on how to use icecream in combination with ccache see
http://en.opensuse.org/Icecream#How_to_combine_icecream_with_ccache
http://old-en.opensuse.org/Icecream#How_to_combine_icecream_with_ccache
icecc can use librsync, which is also available from slackbuilds.org.
librsync is an optional dependency.

View file

@ -2,7 +2,7 @@
# Slackware build script for icecream
# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,16 +24,14 @@
PRGNAM=icecream
SRCNAM=icecc
VERSION=0.9.4
VERSION=0.9.6
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
@ -100,8 +98,21 @@ for i in g++ gcc cc c++ $ARCH-slackware-linux-c++ \
done
mkdir -p $PKG/usr/man/{man1,man7}
cp $CWD/manpages/*.1.gz $PKG/usr/man/man1/
cp $CWD/manpages/*.7.gz $PKG/usr/man/man7/
cd doc
for i in icecc iceccd scheduler; do
meinproc4 \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-man.xsl \
man-$i.1.docbook
mv manpage.troff $PKG/usr/man/man1/$i.1
done
meinproc4 \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-man.xsl \
man-icecream.7.docbook
mv manpage.troff $PKG/usr/man/man7/icecream.7
cd -
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="icecream"
VERSION="0.9.4"
HOMEPAGE="http://en.opensuse.org/Icecream"
DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-0.9.4.tar.bz2"
MD5SUM="b52192df5aa3713910fdf481dda4119e"
VERSION="0.9.6"
HOMEPAGE="http://old-en.opensuse.org/Icecream"
DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-0.9.6.tar.bz2"
MD5SUM="c6dacb3f28eade45f603a99245cde4fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="pprkut"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"