summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:29 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:29 +0200
commit477cb0202c8126ad73aa6d89b622bc2cc899fda0 (patch)
tree2cf1e3c2c8e5de5b0c3352843d60b5842f62223d /system
parentec327a3e13eae1f7501a9b17a7314e3201906415 (diff)
downloadslackbuilds-477cb0202c8126ad73aa6d89b622bc2cc899fda0.tar.gz
slackbuilds-477cb0202c8126ad73aa6d89b622bc2cc899fda0.tar.xz
system/slackins: Removed from 13.0 repository
Diffstat (limited to 'system')
-rw-r--r--system/slackins/README15
-rw-r--r--system/slackins/doinst.sh16
-rw-r--r--system/slackins/slack-desc12
-rw-r--r--system/slackins/slackins.SlackBuild76
-rw-r--r--system/slackins/slackins.info8
5 files changed, 0 insertions, 127 deletions
diff --git a/system/slackins/README b/system/slackins/README
deleted file mode 100644
index 4367801fa3..0000000000
--- a/system/slackins/README
+++ /dev/null
@@ -1,15 +0,0 @@
-Slackins is a graphical frontend for Slackware's pkgtool suite.
-It has also some additional tools; for example, rpm2tgz, library check,
-etcetera. You must have root privileges to start it.
-
-It has some flaws, though. Resizing it is not that beautiful, and
-there are also some spelling issues.
-
-Note that the slackins binary will install with root:wheel ownership
-and mode 4750, meaning that it's setuid root and executable only by
-root and members of the wheel group. This should be a safe enough
-approach since this will prevent everyone else from executing it,
-and even so, slackins will prompt for the root password before doing
-anything. If you don't want to install the binary suid, then run
-the build script as follows:
- SETSUID=no ./slackins.SlackBuild
diff --git a/system/slackins/doinst.sh b/system/slackins/doinst.sh
deleted file mode 100644
index 8a46b92aa7..0000000000
--- a/system/slackins/doinst.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-config() {
- NEW="$1"
- OLD="$(dirname $NEW)/$(basename $NEW .new)"
- # If there's no config file by that name, mv it over:
- if [ ! -r $OLD ]; then
- mv $NEW $OLD
- elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
- # toss the redundant copy
- rm $NEW
- fi
- # Otherwise, we leave the .new copy for the admin to consider...
-}
-
-config etc/slackins/slackproc.conf.new
-config etc/slackins/slack_descrc.new
-
diff --git a/system/slackins/slack-desc b/system/slackins/slack-desc
deleted file mode 100644
index 07bd28a2e3..0000000000
--- a/system/slackins/slack-desc
+++ /dev/null
@@ -1,12 +0,0 @@
- |-----handy-ruler---------------------------------------------------|
-slackins: slackins (graphical pkgtool frontend)
-slackins:
-slackins: Slackins is a graphical frontend for Slackware's pkgtool suite.
-slackins: It has also some additional tools; for example, rpm2tgz,
-slackins: library check, etcetera.
-slackins:
-slackins: Homepage: http://slackins.sourceforge.net
-slackins:
-slackins:
-slackins:
-slackins:
diff --git a/system/slackins/slackins.SlackBuild b/system/slackins/slackins.SlackBuild
deleted file mode 100644
index 2f3eea0c24..0000000000
--- a/system/slackins/slackins.SlackBuild
+++ /dev/null
@@ -1,76 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for slackins
-# Written by ppr:kut <hmwiesinger@gmx.at>
-# Modified by Robby Workman <rworkman@slackbuilds.org>
-
-PRGNAM=slackins
-VERSION=3.0
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-# This should be safe enough, as it's still only executable by members
-# of the wheel group, AND it still asks for the root password before
-# continuing.
-SETSUID=${SETSUID:-yes}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
-
-make
-
-# We won't be using the Makefile's 'install' target - it's ugly. (--rworkman)
-
-# Are we going to do this suid?
-if [ "$SETSUID" = "yes" ]; then
- install -D -m 4750 -g wheel bin/slackins $PKG/usr/bin/slackins
-else
- install -D -m 0750 -g wheel bin/slackins $PKG/usr/bin/slackins
-fi
-
-install -D -m 0755 src/script/removedlog $PKG/usr/bin/removedlog
-
-# Add the icons and menu entry
-install -D -m 0644 icon/s3.png $PKG/usr/share/pixmaps/s3.png
-install -D -m 0644 icon/SlackIns.desktop $PKG/usr/share/applnk/Utilities/SlackIns.desktop
-
-# Let's not clobber config files
-install -D -m 0644 modules/slack-serv/conf/slackproc.conf $PKG/etc/slackins/slackproc.conf.new
-install -D -m 0644 modules/slack-serv/conf/slack_descrc $PKG/etc/slackins/slack_descrc.new
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog COPYING INSTALL $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
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/slackins/slackins.info b/system/slackins/slackins.info
deleted file mode 100644
index d86305ee2a..0000000000
--- a/system/slackins/slackins.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="slackins"
-VERSION="3.0"
-HOMEPAGE="http://slackins.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/slackins/slackins-3.0.tar.gz"
-MD5SUM="9d2f62a3377582ce3494c2647939f81f"
-MAINTAINER="ppr:kut"
-EMAIL="HMWiesinger@gmx.at"
-APPROVED="rworkman"