summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-12-23 20:05:08 +0100
committer Willy Sudiarto Raharjo2021-12-27 10:20:27 +0100
commitad94da421f07cbbe30eae80b6b1ec7b1361271a1 (patch)
tree4596522f7bc97e6f8c5dab4b150b81ba80d5aa8e
parent9bc676ee38cbfa707f63d78776c8d313995722ba (diff)
downloadslackbuilds-ad94da421f07cbbe30eae80b6b1ec7b1361271a1.tar.gz
development/fpc-source: Removed (no dependees).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/fpc-source/README2
-rw-r--r--development/fpc-source/fpc-source.SlackBuild87
-rw-r--r--development/fpc-source/fpc-source.info10
-rw-r--r--development/fpc-source/slack-desc19
4 files changed, 0 insertions, 118 deletions
diff --git a/development/fpc-source/README b/development/fpc-source/README
deleted file mode 100644
index 54f49d7f8d..0000000000
--- a/development/fpc-source/README
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a repackaging of the Free Pascal compiler's source code,
-needed by Lazarus.
diff --git a/development/fpc-source/fpc-source.SlackBuild b/development/fpc-source/fpc-source.SlackBuild
deleted file mode 100644
index f870e68c31..0000000000
--- a/development/fpc-source/fpc-source.SlackBuild
+++ /dev/null
@@ -1,87 +0,0 @@
-#!/bin/bash
-
-# Slackware build script for the Free Pascal source code package
-
-# Copyright 2011-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
-# Copyright 2018 Michael Edie, USA
-# All rights reserved.
-#
-# Redistribution and use of this script, with or without modification, is
-# permitted provided that the following conditions are met:
-#
-# 1. Redistributions of this script must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
-# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-# Modified by the SlackBuilds.org project.
-
-cd $(dirname $0) ; CWD=$(pwd)
-
-PRGNAM=fpc-source
-VERSION=${VERSION:-3.2.2}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-PKGTYPE=${PKGTYPE:-tgz}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-ORIG_PRGNAM=fpc
-ORIG_VERSION=$VERSION.source
-
-if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
- echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
- exit 0
-fi
-
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -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
-
-rm -rf $PKG
-mkdir -p $OUTPUT $TMP $PKG/usr/src
-cd $PKG/usr/src
-tar xvf $CWD/$ORIG_PRGNAM-$ORIG_VERSION.tar.gz
-chown -R root:root $ORIG_PRGNAM-$VERSION
-ln -sf $ORIG_PRGNAM-$VERSION $ORIG_PRGNAM
-
-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
diff --git a/development/fpc-source/fpc-source.info b/development/fpc-source/fpc-source.info
deleted file mode 100644
index e92839fe57..0000000000
--- a/development/fpc-source/fpc-source.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="fpc-source"
-VERSION="3.2.2"
-HOMEPAGE="https://www.freepascal.org"
-DOWNLOAD="https://downloads.sourceforge.net/freepascal/Source/3.2.2/fpc-3.2.2.source.tar.gz"
-MD5SUM="e7649ad0fc9230fdd9493a7fcabbd426"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Michael Edie"
-EMAIL="michael@sawbox.net"
diff --git a/development/fpc-source/slack-desc b/development/fpc-source/slack-desc
deleted file mode 100644
index 23169fca2c..0000000000
--- a/development/fpc-source/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------------------------------------------------------|
-fpc-source: fpc-source (Free Pascal sources)
-fpc-source:
-fpc-source: This is a repackaging of the Free Pascal compiler's source code,
-fpc-source: needed by Lazarus.
-fpc-source:
-fpc-source: Homepage: http://freepascal.org
-fpc-source:
-fpc-source:
-fpc-source:
-fpc-source:
-fpc-source: