summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Dave Woodfall <dave@dawoodfall.net>2018-07-31 08:20:24 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-04 08:40:03 +0700
commit2a0252a11c4ae3ef94c7965a3a39334ad630fb1a (patch)
tree3d3dc273b3699c0f472b7cbe16d3687de91bb133 /libraries
parente742384ed2e64000e900081bf06892dcf9a7634e (diff)
downloadslackbuilds-2a0252a11c4ae3ef94c7965a3a39334ad630fb1a.tar.gz
slackbuilds-2a0252a11c4ae3ef94c7965a3a39334ad630fb1a.tar.xz
libraries/purple-plugin_pack: Removed (renamed purple-plugin-pack).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/purple-plugin_pack/README5
-rw-r--r--libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild79
-rw-r--r--libraries/purple-plugin_pack/purple-plugin_pack.info10
-rw-r--r--libraries/purple-plugin_pack/slack-desc19
4 files changed, 0 insertions, 113 deletions
diff --git a/libraries/purple-plugin_pack/README b/libraries/purple-plugin_pack/README
deleted file mode 100644
index 313aeeb932..0000000000
--- a/libraries/purple-plugin_pack/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Over 30 plugins for Pidgin, Finch, and libpurple
-
-The Purple Plugin Pack was originally created by
-Gary Kramelich and Stu Tomlinson as a way to distribute
-their ever growing lists of simple Pidgin plugins.
diff --git a/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild b/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
deleted file mode 100644
index ee7ee9071d..0000000000
--- a/libraries/purple-plugin_pack/purple-plugin_pack.SlackBuild
+++ /dev/null
@@ -1,79 +0,0 @@
-#!/bin/sh
-
-# Guilherme revision date 15 Aug 07
-# Heavily modified by Robby Workman of the SlackBuilds.org project
-
-PRGNAM=purple-plugin_pack
-VERSION=${VERSION:-2.5.1}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-CWD=$(pwd)
-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=i586 -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 $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION
-cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-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 {} \;
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-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/libraries/purple-plugin_pack/purple-plugin_pack.info b/libraries/purple-plugin_pack/purple-plugin_pack.info
deleted file mode 100644
index df17eedccf..0000000000
--- a/libraries/purple-plugin_pack/purple-plugin_pack.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="purple-plugin_pack"
-VERSION="2.5.1"
-HOMEPAGE="https://bitbucket.org/rekkanoryo/purple-plugin-pack"
-DOWNLOAD="http://slackbuilds.org/sources/12.2/purple-plugin_pack-2.5.1.tar.bz2"
-MD5SUM="c7026ed4e9fd3d1de4bed783aa1d9e00"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="bughunter2"
-EMAIL="bughunter2@googlemail.com"
diff --git a/libraries/purple-plugin_pack/slack-desc b/libraries/purple-plugin_pack/slack-desc
deleted file mode 100644
index 6a1fefca60..0000000000
--- a/libraries/purple-plugin_pack/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------------------------------------------------------|
-purple-plugin_pack: purple-plugin_pack (plugins for Pidgin, Finch, libpurple)
-purple-plugin_pack:
-purple-plugin_pack: The Purple Plugin Pack was originally created by
-purple-plugin_pack: Gary Kramelich and Stu Tomlinson as a way to distribute
-purple-plugin_pack: their ever growing lists of simple Pidgin plugins.
-purple-plugin_pack:
-purple-plugin_pack: https://bitbucket.org/rekkanoryo/purple-plugin-pack
-purple-plugin_pack:
-purple-plugin_pack:
-purple-plugin_pack:
-purple-plugin_pack: