Browse Source
development/maude: Updated for version 3.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
Matteo Bernardini
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
7 deletions
-
development/maude/maude.SlackBuild
-
development/maude/maude.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=maude |
|
|
|
VERSION=${VERSION:-2.7.1} |
|
|
|
VERSION=${VERSION:-3.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -89,6 +89,7 @@ CXXFLAGS="$SLKCFLAGS" \ |
|
|
|
--localstatedir=/var \ |
|
|
|
--mandir=/usr/man \ |
|
|
|
--without-cvc4 \ |
|
|
|
--without-yices2 \ |
|
|
|
--datadir=/usr/share/maude \ |
|
|
|
--datarootdir=/usr/share/maude \ |
|
|
|
--build=$ARCH-slackware-linux |
|
|
@ -97,7 +98,7 @@ make |
|
|
|
make install DESTDIR=$PKG |
|
|
|
|
|
|
|
# Manually FULL maude |
|
|
|
cp full-$PRGNAM.maude $PKG/usr/share/maude/full-$PRGNAM.maude |
|
|
|
cp full-${PRGNAM}31.maude $PKG/usr/share/maude/full-$PRGNAM.maude |
|
|
|
|
|
|
|
# Let maude find its own files (... maybe I'm doing something wrong in the compilation?) |
|
|
|
mkdir -p $PKG/etc/profile.d/ |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="maude" |
|
|
|
VERSION="2.7.1" |
|
|
|
VERSION="3.1" |
|
|
|
HOMEPAGE="http://maude.cs.illinois.edu/w/index.php?title=The_Maude_System" |
|
|
|
DOWNLOAD="http://maude.cs.illinois.edu/w/images/d/d8/Maude-2.7.1.tar.gz \ |
|
|
|
http://maude.cs.illinois.edu/w/images/c/ca/Full-Maude-2.7.1.zip" |
|
|
|
MD5SUM="aa31753f742f976940c69aa699c3d0ec \ |
|
|
|
b365fe0fdd161880e95aeb089f166657" |
|
|
|
DOWNLOAD="http://maude.cs.illinois.edu/w/images/d/d3/Maude-3.1.tar.gz \ |
|
|
|
http://maude.cs.illinois.edu/w/images/0/0a/Full-Maude-3.1.zip" |
|
|
|
MD5SUM="bd1a5cc6f3a88c916e092143c4eb9dea \ |
|
|
|
897be42af2deed2ace305bae9741d40c" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libtecla buddy" |
|
|
|