diff options
author | Brian O'Hanlon <brainpo@gmail.com> | 2013-07-04 17:25:10 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:23 -0300 |
commit | e1ff6128b18ad6994520d155e7f259f74bc7134b (patch) | |
tree | fd9559863e2f4990f6a904f2737a8c344a006860 /development/gambit | |
parent | b2f9346830210794c5ef05790e8ee89d231b2ed8 (diff) | |
download | slackbuilds-e1ff6128b18ad6994520d155e7f259f74bc7134b.tar.gz |
development/gambit: Added (a Scheme compiler and interpreter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gambit')
-rw-r--r-- | development/gambit/README | 5 | ||||
-rw-r--r-- | development/gambit/gambit.SlackBuild | 91 | ||||
-rw-r--r-- | development/gambit/gambit.info | 10 | ||||
-rw-r--r-- | development/gambit/slack-desc | 19 |
4 files changed, 125 insertions, 0 deletions
diff --git a/development/gambit/README b/development/gambit/README new file mode 100644 index 0000000000..529187e6da --- /dev/null +++ b/development/gambit/README @@ -0,0 +1,5 @@ +gambit is a compiler that translates Scheme source files into C, +which in turn can be fed to a C compiler to generate a standalone +executable. An interpreter is also available and can be used as a +scripting environment or for test programs before compilation. +Scheme is a member of the Lisp family of languages. diff --git a/development/gambit/gambit.SlackBuild b/development/gambit/gambit.SlackBuild new file mode 100644 index 0000000000..218ff0ec51 --- /dev/null +++ b/development/gambit/gambit.SlackBuild @@ -0,0 +1,91 @@ +#!/bin/sh + +# Slackware build script for gambit +# Written by Brian P. O'Hanlon <brainpo -at- gmail.com> + +PRGNAM="gambit" +VERSION=${VERSION:-4.6.8} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +SOURCE_BASE="gambc-v$(echo $VERSION | tr \. _)-devel" + +# 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 + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +set -e # Exit on most errors + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +#rm -rf $PRGNAM-$VERSION +rm -rf $SOURCE_BASE +tar xvf $CWD/${SOURCE_BASE}.tgz +cd $SOURCE_BASE +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-single-host \ + --build=$ARCH-slackware-linux + +make bootstrap +make bootclean +make +make check +make install docdir=/usr/doc/$PRGNAM-$VERSION DESTDIR=$PKG + +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + +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 + +rm -f $PKG/usr/info/dir +gzip -9 $PKG/usr/info/*.info* + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} + diff --git a/development/gambit/gambit.info b/development/gambit/gambit.info new file mode 100644 index 0000000000..d1105eae37 --- /dev/null +++ b/development/gambit/gambit.info @@ -0,0 +1,10 @@ +PRGNAM="gambit" +VERSION="4.6.8" +HOMEPAGE="http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page" +DOWNLOAD="http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/gambc-v4_6_8-devel.tgz" +MD5SUM="f4320ac040ead73e445266937a6f0cf8" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Brian O'Hanlon" +EMAIL="brainpo@gmail.com" diff --git a/development/gambit/slack-desc b/development/gambit/slack-desc new file mode 100644 index 0000000000..35d8b268ec --- /dev/null +++ b/development/gambit/slack-desc @@ -0,0 +1,19 @@ +# 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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gambit: Gambit (a Scheme compiler and interpreter) +gambit: +gambit: Gambit is a compiler and interpreter for the Scheme programming +gambit: language, a member of the Lisp family. +gambit: +gambit: +gambit: +gambit: +gambit: +gambit: +gambit: |