diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:34 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:08:34 +0200 |
commit | 65933bd684f38b83e6ba69fb4902e2a75846cf90 (patch) | |
tree | 9e0ce5c5ab3309dab6aada89c3200773a38e5812 /network | |
parent | db378597067deaaf150ece9b92069ed69011c053 (diff) | |
download | slackbuilds-65933bd684f38b83e6ba69fb4902e2a75846cf90.tar.gz |
network/bot-sentry: Removed from 13.0 repository
Diffstat (limited to 'network')
-rw-r--r-- | network/bot-sentry/README | 5 | ||||
-rw-r--r-- | network/bot-sentry/bot-sentry.SlackBuild | 66 | ||||
-rw-r--r-- | network/bot-sentry/bot-sentry.info | 8 | ||||
-rw-r--r-- | network/bot-sentry/slack-desc | 19 |
4 files changed, 0 insertions, 98 deletions
diff --git a/network/bot-sentry/README b/network/bot-sentry/README deleted file mode 100644 index 9d331e18f8..0000000000 --- a/network/bot-sentry/README +++ /dev/null @@ -1,5 +0,0 @@ -Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant -Message (IM) spam. It allows you to ignore IMs unless the -sender is in your Buddy List, the sender is in your Allow List, -or the sender correctly answers a question you have -predefined. diff --git a/network/bot-sentry/bot-sentry.SlackBuild b/network/bot-sentry/bot-sentry.SlackBuild deleted file mode 100644 index 65a4411f77..0000000000 --- a/network/bot-sentry/bot-sentry.SlackBuild +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/sh -# -# Slackware build script for bot-sentry -# -# Written by John Tyree <gummyduk@gmail.com>. - -PRGNAM=bot-sentry -VERSION=1.3.0 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -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.tgz diff --git a/network/bot-sentry/bot-sentry.info b/network/bot-sentry/bot-sentry.info deleted file mode 100644 index ba4c35f0b9..0000000000 --- a/network/bot-sentry/bot-sentry.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="bot-sentry" -VERSION="1.3.0" -HOMEPAGE="http://pidgin-bs.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/pidgin-bs/bot-sentry-1.3.0.tar.bz2" -MD5SUM="81ed178b982fbaa176c96da792464e43" -MAINTAINER="John Tyree" -EMAIL="gummyduk@gmail.com" -APPROVED="dsomero" diff --git a/network/bot-sentry/slack-desc b/network/bot-sentry/slack-desc deleted file mode 100644 index c66eb7815a..0000000000 --- a/network/bot-sentry/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 ':'. - - |-----handy-ruler----------------------------------------------| -bot-sentry: bot-sentry (Pidgin plugin to prevent Instant Message spam) -bot-sentry: -bot-sentry: Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant -bot-sentry: Message (IM) spam. It allows you to ignore IMs unless the -bot-sentry: sender is in your Buddy List, the sender is your Allow List, -bot-sentry: or the sender correctly answers a question you have -bot-sentry: predefined. -bot-sentry: -bot-sentry: Homepage: http://pidgin-bs.sourceforge.net/ -bot-sentry: -bot-sentry: |