mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/icecream: Updated for version 0.9.6.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
bffb673c33
commit
4412a8b710
7 changed files with 24 additions and 13 deletions
|
@ -9,6 +9,6 @@ Note that upon installation of the resulting package, all your software
|
||||||
will be compiled by icecream by default.
|
will be compiled by icecream by default.
|
||||||
|
|
||||||
For information on how to use icecream in combination with ccache see
|
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.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for icecream
|
# Slackware build script for icecream
|
||||||
|
|
||||||
# Copyright 2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,16 +24,14 @@
|
||||||
|
|
||||||
PRGNAM=icecream
|
PRGNAM=icecream
|
||||||
SRCNAM=icecc
|
SRCNAM=icecc
|
||||||
VERSION=0.9.4
|
VERSION=0.9.6
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -100,8 +98,21 @@ for i in g++ gcc cc c++ $ARCH-slackware-linux-c++ \
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdir -p $PKG/usr/man/{man1,man7}
|
mkdir -p $PKG/usr/man/{man1,man7}
|
||||||
cp $CWD/manpages/*.1.gz $PKG/usr/man/man1/
|
cd doc
|
||||||
cp $CWD/manpages/*.7.gz $PKG/usr/man/man7/
|
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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
cp -a COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="icecream"
|
PRGNAM="icecream"
|
||||||
VERSION="0.9.4"
|
VERSION="0.9.6"
|
||||||
HOMEPAGE="http://en.opensuse.org/Icecream"
|
HOMEPAGE="http://old-en.opensuse.org/Icecream"
|
||||||
DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-0.9.4.tar.bz2"
|
DOWNLOAD="ftp://ftp.suse.com/pub/projects/icecream/icecc-0.9.6.tar.bz2"
|
||||||
MD5SUM="b52192df5aa3713910fdf481dda4119e"
|
MD5SUM="c6dacb3f28eade45f603a99245cde4fd"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="pprkut"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue