diff options
author | root <root@blackswan> | 2023-04-08 03:54:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:20 +0700 |
commit | 754a794ae25d7c9d63b805df1c0d1234a0f0febf (patch) | |
tree | 63effbe8e8e81b4ad2f77e819c157d1bc9ebdc45 /misc | |
parent | f3c966c85ff858b7c7b1ef6da91a5d21cc9cbc53 (diff) |
misc/floating-IPS: Removed. Replaced by fips.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/floating-IPS/README | 2 | ||||
-rw-r--r-- | misc/floating-IPS/floating-IPS.SlackBuild | 81 | ||||
-rw-r--r-- | misc/floating-IPS/floating-IPS.info | 10 | ||||
-rw-r--r-- | misc/floating-IPS/slack-desc | 19 |
4 files changed, 0 insertions, 112 deletions
diff --git a/misc/floating-IPS/README b/misc/floating-IPS/README deleted file mode 100644 index 50381599f25f..000000000000 --- a/misc/floating-IPS/README +++ /dev/null @@ -1,2 +0,0 @@ -Floating IPS is a patcher for IPS and BPS files, aiming for a simple -interface yet plenty of power under the hood. diff --git a/misc/floating-IPS/floating-IPS.SlackBuild b/misc/floating-IPS/floating-IPS.SlackBuild deleted file mode 100644 index eab018ca6ef2..000000000000 --- a/misc/floating-IPS/floating-IPS.SlackBuild +++ /dev/null @@ -1,81 +0,0 @@ -#!/bin/bash - -# Slackware build script for floating IPS - -# Copyright 2016, 2018 Hunter Sezen California, 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. - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=floating-IPS -ZIPNAM=${PRGNAM%%-*} -VERSION=${VERSION:-1.31} -BUILD=${BUILD:-2} -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 - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -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} - -set -eu - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -unzip $CWD/$ZIPNAM.zip -d $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -unzip src.zip -d src -unzip boring.zip -chown -R root:root . -find -L . \ - \( -type f -exec chmod 644 {} \; \) -o \ - \( -type d -exec chmod 755 {} \; \) - -make -C src - -install -Dm0755 src/flips $PKG/usr/bin/flips - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a *.txt $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/misc/floating-IPS/floating-IPS.info b/misc/floating-IPS/floating-IPS.info deleted file mode 100644 index 63c54895dab2..000000000000 --- a/misc/floating-IPS/floating-IPS.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="floating-IPS" -VERSION="1.31" -HOMEPAGE="https://www.smwcentral.net/?p=section&a=details&id=11474" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/floating.zip" -MD5SUM="941a034187995558ea408b55b92c7e7d" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Hunter Sezen" -EMAIL="orbea@riseup.net" diff --git a/misc/floating-IPS/slack-desc b/misc/floating-IPS/slack-desc deleted file mode 100644 index 5bd0249a79b7..000000000000 --- a/misc/floating-IPS/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------------------------------------------------------| -floating-IPS: floating-IPS (IPS and BPS patcher) -floating-IPS: -floating-IPS: Floating IPS is a patcher for IPS and BPS files. -floating-IPS: -floating-IPS: Homepage: https://www.smwcentral.net/?p=viewthread&t=61289 -floating-IPS: -floating-IPS: -floating-IPS: -floating-IPS: -floating-IPS: -floating-IPS: |