diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-21 21:34:34 -0500 |
commit | 9c3ee4249b075d6b7467bd46e7265945dc4cd198 (patch) | |
tree | f260b0e24ae4a6ed05246e11d6f5681a2c720deb /development | |
parent | c56dc44e9311b4e917cae883ee059f6802a6514b (diff) | |
download | slackbuilds-9c3ee4249b075d6b7467bd46e7265945dc4cd198.tar.gz |
development/mcrl2: Removed (no maintainer)
Diffstat (limited to 'development')
-rw-r--r-- | development/mcrl2/README | 5 | ||||
-rw-r--r-- | development/mcrl2/mcrl2.SlackBuild | 105 | ||||
-rw-r--r-- | development/mcrl2/mcrl2.info | 10 | ||||
-rw-r--r-- | development/mcrl2/slack-desc | 19 |
4 files changed, 0 insertions, 139 deletions
diff --git a/development/mcrl2/README b/development/mcrl2/README deleted file mode 100644 index a6e39d196a..0000000000 --- a/development/mcrl2/README +++ /dev/null @@ -1,5 +0,0 @@ -mCRL2 stands for micro Common Representation Language 2. It is a -specification language that can be used to specify and analyse the -behaviour of distributed systems and protocols and is the successor -to mCRL. Using its accompanying toolset systems can be analysed and -verified automatically. diff --git a/development/mcrl2/mcrl2.SlackBuild b/development/mcrl2/mcrl2.SlackBuild deleted file mode 100644 index 356009b070..0000000000 --- a/development/mcrl2/mcrl2.SlackBuild +++ /dev/null @@ -1,105 +0,0 @@ -#!/bin/sh - -# Slackware build script for mcrl2 - -# Originally by Jockey S. Kyd (jockey dot kyd at gmail dot com) - -# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org - -# 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 -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version, with the following exception: -# the text of the GPL license may be omitted. - -# This program is distributed in the hope that it will be useful, but -# without any warranty; without even the implied warranty of -# merchantability or fitness for a particular purpose. Compiling, -# interpreting, executing or merely reading the text of the program -# may result in lapses of consciousness and/or very being, up to and -# including the end of all existence and the Universe as we know it. -# See the GNU General Public License for more details. - -# You may have received a copy of the GNU General Public License -# along with this program (most likely, a file named COPYING). If -# not, see <http://www.gnu.org/licenses/>. - -PRGNAM=mcrl2 -VERSION=${VERSION:-201409.1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -if [ -z "$ARCH" ]; then - case "$(uname -m)" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - *) ARCH=$(uname -m) ;; - esac -fi - -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 - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -mkdir -p mcrl2_build -cd mcrl2_build - cmake \ - -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - .. - make VERBOSE=1 - make install DESTDIR=$PKG -cd .. - -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mv $PKG/usr/share/mcrl2/man $PKG/usr/ - -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 - -# copy supporting files for vim -mkdir -p $PKG/usr/share/$PRGNAM -cp -a .vim $PKG/usr/share/$PRGNAM/vim - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CHANGES COPYING INSTALL LICENSE_1_0.txt README $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/mcrl2/mcrl2.info b/development/mcrl2/mcrl2.info deleted file mode 100644 index a5ea44ca71..0000000000 --- a/development/mcrl2/mcrl2.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="mcrl2" -VERSION="201409.1" -HOMEPAGE="https://www.mcrl2.org" -DOWNLOAD="https://www.mcrl2.org/download/release/mcrl2-201409.1.tar.gz" -MD5SUM="32818c4111aa406033e865c30ac7862b" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="orphaned - no maintainer" -EMAIL="nobody@nowhere" diff --git a/development/mcrl2/slack-desc b/development/mcrl2/slack-desc deleted file mode 100644 index fca6abcb59..0000000000 --- a/development/mcrl2/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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------------------------------------------------------| -mcrl2: mcrl2 (micro Common Representation Language 2) -mcrl2: -mcrl2: mCRL2 stands for micro Common Representation Language 2. It is a -mcrl2: specification language that can be used to specify and analyse the -mcrl2: behaviour of distributed systems and protocols and is the successor -mcrl2: to mCRL. Using its accompanying toolset systems can be analysed and -mcrl2: verified automatically. -mcrl2: -mcrl2: https://www.mcrl2.org/ -mcrl2: -mcrl2: |