development/gauche: Updated for version 0.9.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
fa8cdd7266
commit
0da3ae8db3
|
@ -5,6 +5,8 @@
|
|||
# Originally by Jockey S. Kyd (jockey dot kyd at gmail dot com)
|
||||
#
|
||||
# Modified by Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org
|
||||
#
|
||||
# Further modified by Ryan S. Northrup <northrup@yellowapple.us>
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -26,13 +28,13 @@
|
|||
|
||||
|
||||
PRGNAM=gauche
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
VERSION=${VERSION:-0.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$(uname -m)" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$(uname -m) ;;
|
||||
esac
|
||||
|
@ -44,8 +46,8 @@ PKG=$TMP/package-$PRGNAM
|
|||
OUTPUT=${OUTPUT:-/tmp}
|
||||
DIST=Gauche-$VERSION
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -95,7 +97,7 @@ find $PKG/usr/info -type f -exec gzip -9 {} \;
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING ChangeLog Gauche.spec HACKING INSTALL INSTALL.eucjp \
|
||||
cp -a AUTHORS COPYING ChangeLog Gauche.spec HACKING INSTALL INSTALL.ja \
|
||||
NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="gauche"
|
||||
VERSION="0.9.4"
|
||||
VERSION="0.9.5"
|
||||
HOMEPAGE="http://practical-scheme.net/gauche/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/gauche/files/Gauche/Gauche-0.9.4.tgz"
|
||||
MD5SUM="c7b547bf0e80881d85cc36fc63869cc1"
|
||||
DOWNLOAD="http://sourceforge.net/projects/gauche/files/Gauche/Gauche-0.9.5.tgz"
|
||||
MD5SUM="8bac7cbd99a91f6f2c037ac6988db14d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryanpcmcquen@member.fsf.org"
|
||||
MAINTAINER="Ryan S. Northrup"
|
||||
EMAIL="northrup@yellowapple.us"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
gauche: gauche (Gauche Scheme)
|
||||
gauche:
|
||||
gauche: Gauche is an R5RS Scheme implementation developed to be a handy
|
||||
gauche: Gauche is an R7RS Scheme implementation developed to be a handy
|
||||
gauche: script interpreter, which allows programmers and system
|
||||
gauche: administrators to write small to large scripts for their daily
|
||||
gauche: chores. Quick startup, built-in system interface, native multilingual
|
||||
|
|
Loading…
Reference in New Issue