mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/swi-prolog-lite: Updated for version 5.6.61
This commit is contained in:
parent
813c5003a8
commit
be035b3c87
3 changed files with 16 additions and 13 deletions
|
@ -5,13 +5,13 @@
|
|||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler--------------------------------------------------|
|
||||
|-----handy-ruler--------------------------------------------------|
|
||||
swi-prolog-lite: swi-prolog-lite (a comprehensive Prolog environment)
|
||||
swi-prolog-lite:
|
||||
swi-prolog-lite: SWI-Prolog is a comprehensive Prolog environment. Its development
|
||||
swi-prolog-lite: started in 1987 and has been driven by real-world applications.
|
||||
swi-prolog-lite: SWI-Prolog is widely used in research, education, and commercial
|
||||
swi-prolog-lite: applications.
|
||||
swi-prolog-lite: SWI-Prolog is a comprehensive Prolog environment. Its
|
||||
swi-prolog-lite: development started in 1987 and has been driven by real-world
|
||||
swi-prolog-lite: applications. SWI-Prolog is widely used in research, education,
|
||||
swi-prolog-lite: and commercial applications.
|
||||
swi-prolog-lite:
|
||||
swi-prolog-lite: This "lite" package does not include all optional SWI packages.
|
||||
swi-prolog-lite:
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for swi-prolog-lite
|
||||
|
||||
# Copyright (c) 2008 Daniel de Kok <gro.kdleinad@em>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=swi-prolog-lite
|
||||
VERSION=5.6.48
|
||||
VERSION=5.6.61
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -33,10 +31,15 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
JOBS=${JOBS:-3}
|
||||
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
@ -83,7 +86,7 @@ make install DESTDIR=$PKG
|
|||
rm -r $PKG/usr/lib/$DISTNAM-$VERSION/man
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ANNOUNCE COPYING ChangeLog INSTALL INSTALL.notes LSM \
|
||||
cp -a COPYING ChangeLog INSTALL* INSTALL LSM \
|
||||
PORTING README* VERSION $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="swi-prolog-lite"
|
||||
VERSION="5.6.48"
|
||||
VERSION="5.6.61"
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
DOWNLOAD="http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.48.tar.gz"
|
||||
MD5SUM="032dae8e3aac3909238d9866787a0e11"
|
||||
DOWNLOAD="http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/pl-5.6.61.tar.gz"
|
||||
MD5SUM="720a209535366ecfdc3a3adc56eb8ba5"
|
||||
MAINTAINER="Daniel de Kok"
|
||||
EMAIL="me@danieldk.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue